add media player platform (#30456)

This commit is contained in:
Brett Adams 2023-12-27 15:54:09 +10:00 committed by GitHub
parent 2f3e14e952
commit 56d731fc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ ha_category:
- Cover - Cover
- Device Tracker - Device Tracker
- Lock - Lock
- Media Player
- Number - Number
- Sensor - Sensor
- Update - Update
@ -24,6 +25,7 @@ ha_platforms:
- cover - cover
- device_tracker - device_tracker
- lock - lock
- media_player
- number - number
- sensor - sensor
- update - update
@ -97,6 +99,11 @@ The integration will create a cover entity for venting/closing windows and for o
The integration will create device tracker entities for the vehicles current location, and navigation destination. The integration will create device tracker entities for the vehicles current location, and navigation destination.
### Media Player
The integration will create media player entities to show what each vehicles is currently playing.
### Select ### Select
The integration will create a select entity to control each of the seat heaters. It allows you to set each seat heater to Off, Low, Medium, or High. The integration will create a select entity to control each of the seat heaters. It allows you to set each seat heater to Off, Low, Medium, or High.