From a889ef52809aaa2346590de70e812af8ee48e5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 18 Nov 2019 10:29:02 +0100 Subject: [PATCH] Update comfoconnect.markdown (#11216) --- source/_integrations/comfoconnect.markdown | 23 +++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/source/_integrations/comfoconnect.markdown b/source/_integrations/comfoconnect.markdown index 476d13a786d..58372868319 100644 --- a/source/_integrations/comfoconnect.markdown +++ b/source/_integrations/comfoconnect.markdown @@ -57,14 +57,27 @@ To register the sensors, add the following to your `configuration.yaml` file: sensor: - platform: comfoconnect resources: - - current_temperature - - current_humidity - - outside_temperature - - outside_humidity - - air_flow_supply - air_flow_exhaust + - air_flow_supply + - bypass_state + - current_humidity + - current_temperature + - days_to_replace_filter + - exhaust_fan_duty + - exhaust_fan_speed + - exhaust_humidity + - exhaust_temperature + - outside_humidity + - outside_temperature + - power_usage + - supply_fan_duty + - supply_fan_speed + - supply_humidity + - supply_temperature ``` +The list above indicates all supported sensors. It is recommended to only include the ones you need. +
Note that it's not possible to have multiple connection to the bridge at the same time. This integration will keep the connection open, and if you open the app, it will ask you to disconnect Home Assistant. If you close the app again, Home Assistant will reconnect automatically.