mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Add selectors to cast services (#49684)
This commit is contained in:
@@ -1,12 +1,26 @@
|
|||||||
show_lovelace_view:
|
show_lovelace_view:
|
||||||
|
name: Show lovelace view
|
||||||
description: Show a Lovelace view on a Chromecast.
|
description: Show a Lovelace view on a Chromecast.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
entity_id:
|
||||||
|
name: Entity
|
||||||
description: Media Player entity to show the Lovelace view on.
|
description: Media Player entity to show the Lovelace view on.
|
||||||
|
required: true
|
||||||
example: "media_player.kitchen"
|
example: "media_player.kitchen"
|
||||||
|
selector:
|
||||||
|
entity:
|
||||||
|
integration: cast
|
||||||
|
domain: media_player
|
||||||
dashboard_path:
|
dashboard_path:
|
||||||
|
name: Dashboard path
|
||||||
description: The URL path of the Lovelace dashboard to show.
|
description: The URL path of the Lovelace dashboard to show.
|
||||||
|
required: true
|
||||||
example: lovelace-cast
|
example: lovelace-cast
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
view_path:
|
view_path:
|
||||||
|
name: View Path
|
||||||
description: The path of the Lovelace view to show.
|
description: The path of the Lovelace view to show.
|
||||||
example: downstairs
|
example: downstairs
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
Reference in New Issue
Block a user