Add documentation for Mazda binary sensors (#21277)

This commit is contained in:
Brandon Rothweiler 2022-03-11 22:00:29 -05:00 committed by GitHub
parent 9d90936516
commit e59b37b1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: Mazda Connected Services
description: Instructions on how to integrate your Connected Services capable Mazda vehicle with Home Assistant. description: Instructions on how to integrate your Connected Services capable Mazda vehicle with Home Assistant.
ha_release: '2021.3' ha_release: '2021.3'
ha_category: ha_category:
- Binary Sensor
- Button - Button
- Car - Car
- Lock - Lock
@ -15,6 +16,7 @@ ha_codeowners:
- '@bdr99' - '@bdr99'
ha_domain: mazda ha_domain: mazda
ha_platforms: ha_platforms:
- binary_sensor
- button - button
- diagnostics - diagnostics
- device_tracker - device_tracker
@ -63,6 +65,14 @@ The following sensor entities are available:
- Charge level (only for electric vehicles) - Charge level (only for electric vehicles)
- Remaining range (only for electric vehicles) - Remaining range (only for electric vehicles)
### Binary sensor
The following binary sensor entities are available:
- Doors (open/closed, individual entities for each door)
- Trunk (open/closed)
- Hood (open/closed)
- Plugged in (plugged in/unplugged, only for electric vehicles)
### Device tracker ### Device tracker
Tracks the current location of the vehicle. This will generally update when the vehicle is switched off. Tracks the current location of the vehicle. This will generally update when the vehicle is switched off.