mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add button platform to Husqvarna Automower (#33307)
* Add button platform to Husqvarna Automower * revert deletion * Update source/_integrations/husqvarna_automower.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/_integrations/husqvarna_automower.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Tiny tweak * Update source/_integrations/husqvarna_automower.markdown --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
71a84df864
commit
3d27c8bbc2
@ -3,6 +3,7 @@ title: Husqvarna Automower
|
||||
description: Instructions on how to integrate Husqvarna Automower lawn mowers into Home Assistant.
|
||||
ha_category:
|
||||
- Binary sensor
|
||||
- Button
|
||||
- Device tracker
|
||||
- Lawn Mower
|
||||
- Number
|
||||
@ -16,6 +17,7 @@ ha_codeowners:
|
||||
- '@Thomas55555'
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- button
|
||||
- device_tracker
|
||||
- diagnostics
|
||||
- lawn_mower
|
||||
@ -99,6 +101,10 @@ The integration will create the following binary sensors:
|
||||
- Returning to dock
|
||||
*The mower is on its way home to the charging station.*
|
||||
|
||||
### Button (if available)
|
||||
|
||||
The integration will create a button entity for confirming minor mower errors. This entity is disabled by default. You have to enable it manually. The API can't detect if the mower has the capability to confirm minor errors remotely. Before enabling this function, refer to the mower documentation.
|
||||
|
||||
### Device tracker (if available)
|
||||
|
||||
The integration will create a device tracker entity to show the position of the mower.
|
||||
|
Loading…
x
Reference in New Issue
Block a user