mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add device_tracker platform for husqvarna_automower (#31615)
This commit is contained in:
parent
fbdc5de8b0
commit
62aeb5cad4
@ -2,6 +2,7 @@
|
|||||||
title: Husqvarna Automower
|
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:
|
||||||
|
- Device Tracker
|
||||||
- Lawn Mower
|
- Lawn Mower
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
@ -11,6 +12,7 @@ ha_config_flow: true
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@Thomas55555'
|
- '@Thomas55555'
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- device_tracker
|
||||||
- lawn_mower
|
- lawn_mower
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
@ -75,11 +77,14 @@ The My Home Assistant redirect feature needs to be setup to redirect to your Hom
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
|
||||||
## Entities
|
## Entities
|
||||||
|
|
||||||
Once you have enabled the Husqvarna Automower integration, you should see the following entities:
|
Once you have enabled the Husqvarna Automower integration, you should see the following entities:
|
||||||
|
|
||||||
|
### Device Tracker (if available)
|
||||||
|
|
||||||
|
The integration will create a device tracker entity to show the position of the mower.
|
||||||
|
|
||||||
### Lawn Mower
|
### Lawn Mower
|
||||||
|
|
||||||
The integration will create a lawn mower entity to control the mower. This entity can:
|
The integration will create a lawn mower entity to control the mower. This entity can:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user