mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
add media player platform (#30456)
This commit is contained in:
parent
2f3e14e952
commit
56d731fc08
@ -8,6 +8,7 @@ ha_category:
|
||||
- Cover
|
||||
- Device Tracker
|
||||
- Lock
|
||||
- Media Player
|
||||
- Number
|
||||
- Sensor
|
||||
- Update
|
||||
@ -24,6 +25,7 @@ ha_platforms:
|
||||
- cover
|
||||
- device_tracker
|
||||
- lock
|
||||
- media_player
|
||||
- number
|
||||
- sensor
|
||||
- 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.
|
||||
|
||||
|
||||
### Media Player
|
||||
|
||||
The integration will create media player entities to show what each vehicles is currently playing.
|
||||
|
||||
|
||||
### 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user