mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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
|
||||
domain: media_player
|
||||
dashboard_path:
|
||||
required: true
|
||||
example: lovelace-cast
|
||||
selector:
|
||||
text:
|
||||
view_path:
|
||||
required: true
|
||||
example: downstairs
|
||||
selector:
|
||||
text:
|
||||
|
@ -49,7 +49,7 @@
|
||||
},
|
||||
"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": {
|
||||
"name": "View path",
|
||||
|
Loading…
x
Reference in New Issue
Block a user