feat: rename the project to Infrarize
This commit is contained in:
+12
-12
@@ -1,9 +1,9 @@
|
||||
<p align="center">
|
||||
<a href="#"><img src="assets/smartir_climate.png" width="350" alt="SmartIR Climate"></a>
|
||||
<a href="#"><img src="assets/infrarize_climate.png" width="350" alt="Infrarize Climate"></a>
|
||||
</p>
|
||||
|
||||
For this platform to work, we need a .json file containing all the necessary IR commands.
|
||||
Find your device's brand code [here](CLIMATE.md#available-codes-for-climate-devices) and add the number in the `device_code` field. If your device is not working, you will need to learn your own codes and place the Json file in `smartir/codes/climate` subfolders. ~~[Keite Trần](https://github.com/keitetran/BroadlinkIRTools) developed [an amazing web-based app](https://keitetran.github.io/BroadlinkIRTools/) for this job.~~
|
||||
Find your device's brand code [here](CLIMATE.md#available-codes-for-climate-devices) and add the number in the `device_code` field. If your device is not working, you will need to learn your own codes and place the Json file in `infrarize/codes/climate` subfolders. ~~[Keite Trần](https://github.com/keitetran/BroadlinkIRTools) developed [an amazing web-based app](https://keitetran.github.io/BroadlinkIRTools/) for this job.~~
|
||||
_Please note that the device_code field only accepts positive numbers. The .json extension is not required._
|
||||
|
||||
## Configuration variables:
|
||||
@@ -23,10 +23,10 @@ _Please note that the device_code field only accepts positive numbers. The .json
|
||||
Add a Broadlink RM device named "Bedroom" via config flow (read the [docs](https://www.home-assistant.io/integrations/broadlink/)).
|
||||
|
||||
```yaml
|
||||
smartir:
|
||||
infrarize:
|
||||
|
||||
climate:
|
||||
- platform: smartir
|
||||
- platform: infrarize
|
||||
name: Office AC
|
||||
unique_id: office_ac
|
||||
device_code: 1000
|
||||
@@ -38,7 +38,7 @@ climate:
|
||||
|
||||
## Example (using xiaomi controller):
|
||||
```yaml
|
||||
smartir:
|
||||
infrarize:
|
||||
|
||||
remote:
|
||||
- platform: xiaomi_miio
|
||||
@@ -46,7 +46,7 @@ remote:
|
||||
token: YOUR_TOKEN
|
||||
|
||||
climate:
|
||||
- platform: smartir
|
||||
- platform: infrarize
|
||||
name: Office AC
|
||||
unique_id: office_ac
|
||||
device_code: 2000
|
||||
@@ -58,10 +58,10 @@ climate:
|
||||
|
||||
## Example (using mqtt controller):
|
||||
```yaml
|
||||
smartir:
|
||||
infrarize:
|
||||
|
||||
climate:
|
||||
- platform: smartir
|
||||
- platform: infrarize
|
||||
name: Office AC
|
||||
unique_id: office_ac
|
||||
device_code: 3000
|
||||
@@ -74,10 +74,10 @@ climate:
|
||||
|
||||
## Example (using LOOKin controller):
|
||||
```yaml
|
||||
smartir:
|
||||
infrarize:
|
||||
|
||||
climate:
|
||||
- platform: smartir
|
||||
- platform: infrarize
|
||||
name: Office AC
|
||||
unique_id: office_ac
|
||||
device_code: 4000
|
||||
@@ -110,10 +110,10 @@ remote_transmitter:
|
||||
```
|
||||
HA configuration.yaml:
|
||||
```yaml
|
||||
smartir:
|
||||
infrarize:
|
||||
|
||||
climate:
|
||||
- platform: smartir
|
||||
- platform: infrarize
|
||||
name: Office AC
|
||||
unique_id: office_ac
|
||||
device_code: 8000
|
||||
|
||||
Reference in New Issue
Block a user