Skip to content

Commit 86aec71

Browse files
committed
Add binary sensor platform to Fumis integration
1 parent 7eea7a0 commit 86aec71

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

source/_integrations/fumis.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ha_iot_class: Cloud Polling
88
ha_config_flow: true
99
ha_domain: fumis
1010
ha_platforms:
11+
- binary_sensor
1112
- climate
1213
- sensor
1314
ha_codeowners:
@@ -68,7 +69,7 @@ This integration supports multiple stoves. If you have more than one stove with
6869

6970
### Entities
7071

71-
The **Fumis** integration provides a climate entity and a collection of sensor entities for your pellet stove.
72+
The **Fumis** integration provides climate, sensor, and binary sensor entities for your pellet stove.
7273

7374
#### Climate
7475

@@ -105,6 +106,10 @@ The integration provides sensors that give you insight into your stove's operati
105106

106107
Some additional sensors are available but disabled by default because they are primarily useful for troubleshooting: fan speeds, Wi-Fi RSSI, and combustion chamber pressure. You can enable them from the entity settings if needed.
107108

109+
#### Binary sensors
110+
111+
- **Door**: Shows whether the combustion chamber door is open or closed. This sensor is only available on stoves that have a door sensor (like the Austroflamm Clou Duo).
112+
108113
## Examples
109114

110115
Your pellet stove works with all the features Home Assistant has to offer. Here are a couple of automation examples to get you started. You could also combine your stove with presence detection to heat only when someone is home, pair it with a weather forecast to prepare for cold nights, or use voice commands to adjust the temperature from the couch.

0 commit comments

Comments
 (0)