Fix cast.show_lovelace_view service description (#140859)

This commit is contained in:
Erik Montnemery 2025-03-18 23:13:08 +01:00 committed by GitHub
parent 3ce9d47d7d
commit c41d5f2577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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",