From b74c6623f627edfb2cbcf7649d0423507392e2fe Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 21 Aug 2021 14:11:02 +0200 Subject: [PATCH] =?UTF-8?q?Add=20fj=C3=A4r=C3=A5skupan=20documentation=20(?= =?UTF-8?q?#18542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Klaas Schoute Co-authored-by: Martin Hjelmare --- source/_integrations/fjaraskupan.markdown | 41 +++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 source/_integrations/fjaraskupan.markdown diff --git a/source/_integrations/fjaraskupan.markdown b/source/_integrations/fjaraskupan.markdown new file mode 100644 index 00000000000..6f64f9b8e30 --- /dev/null +++ b/source/_integrations/fjaraskupan.markdown @@ -0,0 +1,41 @@ +--- +title: Fjäråskupan +description: Instructions on how to configure fjäråskupan integration. +ha_category: + - Binary Sensor + - Fan + - Light +ha_release: 2021.9 +ha_iot_class: Local Push +ha_config_flow: true +ha_codeowners: + - '@elupus' +ha_domain: fjaraskupan +ha_platforms: + - binary_sensor + - fan + - light +--- + +[Fjäråskupan](https://fjaraskupan.se/) allows you to control your Bluetooth equipped kitchen fan. + +There is currently support for the following device types within Home Assistant: + +- Binary Sensor +- Fan +- Light + +The integration allow control of fan speeds, lights and after cooking timer for kitchen fans. + +{% include integrations/config_flow.md %} + +## Debugging integration + +If you have problems with the integration you can add debug prints to the log. + +```yaml +logger: + default: info + logs: + homeassistant.components.fjaraskupan: debug +```