mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix cast.show_lovelace_view service description (#140859)
This commit is contained in:
parent
3ce9d47d7d
commit
c41d5f2577
@ -7,11 +7,11 @@ show_lovelace_view:
|
|||||||
integration: cast
|
integration: cast
|
||||||
domain: media_player
|
domain: media_player
|
||||||
dashboard_path:
|
dashboard_path:
|
||||||
required: true
|
|
||||||
example: lovelace-cast
|
example: lovelace-cast
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
view_path:
|
view_path:
|
||||||
|
required: true
|
||||||
example: downstairs
|
example: downstairs
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
"dashboard_path": {
|
"dashboard_path": {
|
||||||
"name": "Dashboard path",
|
"name": "Dashboard path",
|
||||||
"description": "The URL path of the dashboard to show."
|
"description": "The URL path of the dashboard to show, defaults to lovelace if not specified."
|
||||||
},
|
},
|
||||||
"view_path": {
|
"view_path": {
|
||||||
"name": "View path",
|
"name": "View path",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user