feat: rename the project to Infrarize
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
<p align="center">
|
||||
<a href="#"><img src="assets/smartir_light.png" width="350" alt="SmartIR light"></a>
|
||||
<a href="#"><img src="assets/infrarize_light.png" width="350" alt="Infrarize light"></a>
|
||||
</p>
|
||||
|
||||
For this platform to work, we need a .json file containing all the necessary IR or RF commands.
|
||||
Find your device's brand code [here](LIGHT.md#available-codes-for-light-devices) and add the number in the `device_code` field. The component will download it to the correct folder. If your device is not working, you will need to learn your own codes and place the .json file in `smartir/codes/light` subfolders. Please note that the `device_code` field only accepts positive numbers. The .json extension is not required.
|
||||
Find your device's brand code [here](LIGHT.md#available-codes-for-light-devices) and add the number in the `device_code` field. The component will download it to the correct folder. If your device is not working, you will need to learn your own codes and place the .json file in `infrarize/codes/light` subfolders. Please note that the `device_code` field only accepts positive numbers. The .json extension is not required.
|
||||
|
||||
## Configuration variables
|
||||
|
||||
@@ -19,10 +19,10 @@ Find your device's brand code [here](LIGHT.md#available-codes-for-light-devices)
|
||||
Add a Broadlink RM device named "Bedroom" via config flow (read the [docs](https://www.homeassistant.io/integrations/broadlink/)).
|
||||
|
||||
```yaml
|
||||
smartir:
|
||||
infrarize:
|
||||
|
||||
light:
|
||||
- platform: smartir
|
||||
- platform: infrarize
|
||||
name: Bedroom Ceiling Light
|
||||
unique_id: bedroom_ceiling_light
|
||||
device_code: 1000
|
||||
|
||||
Reference in New Issue
Block a user