mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
||||
- Fan
|
||||
- Light
|
||||
- Number
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_zeroconf: true
|
||||
@ -19,6 +20,7 @@ ha_platforms:
|
||||
- climate
|
||||
- fan
|
||||
- light
|
||||
- number
|
||||
- sensor
|
||||
- switch
|
||||
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.
|
||||
|
||||
## 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
|
||||
|
||||
If the device supports it, the integration creates the following sensors, which receive push updates:
|
||||
|
Loading…
x
Reference in New Issue
Block a user