mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Intellifire lights (#24574)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
e805583d0d
commit
d89b898ef8
@ -5,6 +5,7 @@ ha_category:
|
||||
- Binary Sensor
|
||||
- Climate
|
||||
- Fan
|
||||
- Light
|
||||
- Number
|
||||
- Sensor
|
||||
- Switch
|
||||
@ -17,6 +18,7 @@ ha_config_flow: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- climate
|
||||
- light
|
||||
- fan
|
||||
- number
|
||||
- sensor
|
||||
@ -57,6 +59,11 @@ If your unit is equipped with a fan - this entry will be present. There are 5 po
|
||||
|
||||
- **Thermostat** - This entity will be present if your unit has thermostatic control.
|
||||
|
||||
|
||||
### Light
|
||||
|
||||
The integration provides a light entity if the unit is equipped with lights.
|
||||
|
||||
### Number
|
||||
|
||||
The integration uses a Number entity to control flame height. Valid flame height vales are `1-5`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user