mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
Add number platform to Big Ass Fans (#22876)
This commit is contained in:
parent
feb1ba88e4
commit
4689075f2b
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Climate
|
- Climate
|
||||||
- Fan
|
- Fan
|
||||||
- Light
|
- Light
|
||||||
|
- Number
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
@ -19,6 +20,7 @@ ha_platforms:
|
|||||||
- climate
|
- climate
|
||||||
- fan
|
- fan
|
||||||
- light
|
- light
|
||||||
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
@ -38,6 +40,12 @@ Integrates [Big Ass Fans](https://www.bigassfans.com/) devices into Home Assista
|
|||||||
|
|
||||||
For devices that support Auto Comfort, a climate entity allows adjusting the target temperature.
|
For devices that support Auto Comfort, a climate entity allows adjusting the target temperature.
|
||||||
|
|
||||||
|
## Number
|
||||||
|
|
||||||
|
Adjusting the minimum and maximum speed for devices that support Auto Comfort is available.
|
||||||
|
|
||||||
|
Timeouts for returning to auto mode or turning back off after motion use a unit of seconds.
|
||||||
|
|
||||||
### Sensor
|
### Sensor
|
||||||
|
|
||||||
If the device supports it, the integration creates the following sensors, which receive push updates:
|
If the device supports it, the integration creates the following sensors, which receive push updates:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user