Add fjäråskupan documentation (#18542)

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Joakim Plate 2021-08-21 14:11:02 +02:00 committed by GitHub
parent b6b00290fd
commit b74c6623f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```