From 29f7d515a55c9047068e35965b541dbef3eede9b Mon Sep 17 00:00:00 2001 From: Jeef Date: Thu, 20 Jan 2022 02:04:35 -0700 Subject: [PATCH] Add Intellifire Gas Fireplace integration (#21092) Co-authored-by: Franck Nijhof --- source/_integrations/intellifire.markdown | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 source/_integrations/intellifire.markdown diff --git a/source/_integrations/intellifire.markdown b/source/_integrations/intellifire.markdown new file mode 100644 index 00000000000..c5d25dca45d --- /dev/null +++ b/source/_integrations/intellifire.markdown @@ -0,0 +1,29 @@ +--- +title: IntelliFire +description: Instructions on the IntelliFire Fireplace integration for Home Assistant. +ha_category: + - Binary Sensor +ha_iot_class: Local Polling +ha_release: 2022.2 +ha_codeowners: + - '@jeeftor' +ha_domain: intellifire +ha_config_flow: true +--- + +IntelliFire Wi-Fi fireplace modules provide app-based and Alexa control to various fireplaces. The modules do expose an unencrypted HTTP endpoint on the network that provides status information. This integration will read that URL and create a set of sensors displaying the current fireplace state. + +{% include integrations/config_flow.md %} + + +### Sensor Types + + +The following sensors are available as either a **Binary Sensor** when dealing with on/off. + +### Binary Sensors + +- **Power Sensor**: Whether the fire is on. +- **Pilot Light Sensor**: Whether the pilot light is turned on. +- **Timer Sensor**: Whether the sleep timer is turned on. +- **Thermostat Sensor**: Whether the thermostat is turned on.