mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-13 05:36:49 +00:00
Add documentation for Husqvarna Automower Sensor (#31542)
* Add documentation for Husqvarna Automower Sensor * Sort
This commit is contained in:
parent
89bc4e9e7b
commit
60a78f1cb5
@ -3,6 +3,7 @@ title: Husqvarna Automower
|
|||||||
description: Instructions on how to integrate Husqvarna Automower lawn mowers into Home Assistant.
|
description: Instructions on how to integrate Husqvarna Automower lawn mowers into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Lawn Mower
|
- Lawn Mower
|
||||||
|
- Sensor
|
||||||
ha_release: 2024.3
|
ha_release: 2024.3
|
||||||
ha_iot_class: Cloud Push
|
ha_iot_class: Cloud Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -10,6 +11,7 @@ ha_codeowners:
|
|||||||
- '@Thomas55555'
|
- '@Thomas55555'
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- lawn_mower
|
- lawn_mower
|
||||||
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_domain: husqvarna_automower
|
ha_domain: husqvarna_automower
|
||||||
---
|
---
|
||||||
@ -83,3 +85,19 @@ The integration will create a lawn mower entity to control the mower. This entit
|
|||||||
- Resume the schedule
|
- Resume the schedule
|
||||||
- Pause mowing
|
- Pause mowing
|
||||||
- Park until next schedule
|
- Park until next schedule
|
||||||
|
|
||||||
|
### Sensor
|
||||||
|
|
||||||
|
The integration will create the following sensors:
|
||||||
|
|
||||||
|
- Battery level
|
||||||
|
- Cutting blade usage time (if available)
|
||||||
|
- Mode
|
||||||
|
- Next start
|
||||||
|
- Number of charging cycles
|
||||||
|
- Number of collisions
|
||||||
|
- Total charging time
|
||||||
|
- Total cutting time
|
||||||
|
- Total drive distance
|
||||||
|
- Total running time
|
||||||
|
- Total searching time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user