mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Intellifire climate (#23236)
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
2a7af735e2
commit
d82171e092
@ -3,6 +3,9 @@ title: IntelliFire
|
|||||||
description: Instructions on the IntelliFire Fireplace integration for Home Assistant.
|
description: Instructions on the IntelliFire Fireplace integration for Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Climate
|
||||||
|
- Sensor
|
||||||
|
- Switch
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 2022.2
|
ha_release: 2022.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
@ -11,6 +14,7 @@ ha_domain: intellifire
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- climate
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
@ -26,6 +30,19 @@ IntelliFire Wi-Fi fireplace modules provide app-based and Alexa control to vario
|
|||||||
|
|
||||||
To fully configure the IntelliFire integration you will need to enter your IntelliFire credentials which are the same ones you would use with the mobile app.
|
To fully configure the IntelliFire integration you will need to enter your IntelliFire credentials which are the same ones you would use with the mobile app.
|
||||||
|
|
||||||
|
### Entities
|
||||||
|
|
||||||
|
The following controllable entities are available:
|
||||||
|
|
||||||
|
### Switch
|
||||||
|
|
||||||
|
- **Flame** - Turn fireplace on/off.
|
||||||
|
- **Pilot Light** - Turn pilot light on/off.
|
||||||
|
|
||||||
|
### Climate
|
||||||
|
|
||||||
|
- **Thermostat** - This entity will be present if your unit has thermostatic control.
|
||||||
|
|
||||||
### Sensor Types
|
### Sensor Types
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user