mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add number platform to Husqvarna Automower (#32197)
* Add number platform * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
6837598296
commit
2003806a60
@ -5,6 +5,7 @@ ha_category:
|
||||
- Binary sensor
|
||||
- Device tracker
|
||||
- Lawn Mower
|
||||
- Number
|
||||
- Select
|
||||
- Sensor
|
||||
- Switch
|
||||
@ -18,6 +19,7 @@ ha_platforms:
|
||||
- device_tracker
|
||||
- diagnostics
|
||||
- lawn_mower
|
||||
- number
|
||||
- select
|
||||
- sensor
|
||||
- switch
|
||||
@ -109,6 +111,10 @@ The integration will create a lawn mower entity to control the mower. This entit
|
||||
- Pause mowing
|
||||
- Park until next schedule
|
||||
|
||||
### Number (if available)
|
||||
|
||||
The integration will create a number entity for changing the cutting height of the mower. This entity is disabled by default. You have to enable it manually because it can't be detected with the API if the mower has the capability to change the cutting height remotely. Before enabling this function, consult the handbook of the mower. It's possible that you can use this entity only as sensor but cannot actively change the cutting height.
|
||||
|
||||
### Select (if available)
|
||||
|
||||
The integration will create a select entity for selecting the headlight mode of the mower.
|
||||
|
Loading…
x
Reference in New Issue
Block a user