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:
Thomas55555 2024-04-23 14:19:02 +02:00 committed by GitHub
parent 6837598296
commit 2003806a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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