mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Modern forms sensor platform (#18333)
* Add Modern Forms sensor platform * Tweak Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
a0807a169f
commit
79b85278f7
@ -4,6 +4,7 @@ description: Instructions on how to integrate a Modern Forms Smart Fan with Home
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Fan
|
- Fan
|
||||||
- Light
|
- Light
|
||||||
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
ha_release: 2021.7
|
ha_release: 2021.7
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
@ -16,6 +17,7 @@ ha_zeroconf: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- fan
|
- fan
|
||||||
- light
|
- light
|
||||||
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -23,6 +25,12 @@ ha_platforms:
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
<div class='note'>
|
||||||
|
|
||||||
|
If the Modern Forms fan does not have a light unit installed, then the Light entities and services will not show up.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## Fans
|
## Fans
|
||||||
|
|
||||||
The Modern Forms integration has support for the Modern Forms fans. This includes directional support, and sleep timer services for the fan.
|
The Modern Forms integration has support for the Modern Forms fans. This includes directional support, and sleep timer services for the fan.
|
||||||
@ -31,6 +39,13 @@ The Modern Forms integration has support for the Modern Forms fans. This include
|
|||||||
|
|
||||||
The Modern Forms integration has support for the Modern Forms fans light. This includes brightness, and sleep timer services for the light.
|
The Modern Forms integration has support for the Modern Forms fans light. This includes brightness, and sleep timer services for the light.
|
||||||
|
|
||||||
|
## Sensors
|
||||||
|
|
||||||
|
The Modern Forms integration provides sensors for the following information:
|
||||||
|
|
||||||
|
- Fan sleep timer time expiring
|
||||||
|
- Light sleep timer time expiring
|
||||||
|
|
||||||
## Switches
|
## Switches
|
||||||
|
|
||||||
The Modern Forms integration provides support for the following toggleable attributes of a fan:
|
The Modern Forms integration provides support for the following toggleable attributes of a fan:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user