-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
/
strings.json
61 lines (61 loc) · 2.09 KB
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"config": {
"step": {
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
},
"config": {
"title": "Google Cast configuration",
"description": "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.",
"data": {
"known_hosts": "Known hosts"
}
}
},
"error": {
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
}
},
"options": {
"step": {
"basic_options": {
"title": "[%key:component::cast::config::step::config::title%]",
"description": "[%key:component::cast::config::step::config::description%]",
"data": {
"known_hosts": "[%key:component::cast::config::step::config::data::known_hosts%]"
}
},
"advanced_options": {
"title": "Advanced Google Cast configuration",
"description": "Allowed UUIDs - A comma-separated list of UUIDs of Cast devices to add to Home Assistant. Use only if you don’t want to add all available cast devices.\nIgnore CEC - A comma-separated list of Chromecasts that should ignore CEC data for determining the active input. This will be passed to pychromecast.IGNORE_CEC.",
"data": {
"ignore_cec": "Ignore CEC",
"uuid": "Allowed UUIDs"
}
}
},
"error": {
"invalid_known_hosts": "[%key:component::cast::config::error::invalid_known_hosts%]"
}
},
"services": {
"show_lovelace_view": {
"name": "Show dashboard view",
"description": "Shows a dashboard view on a Chromecast device.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Media player entity to show the dashboard view on."
},
"dashboard_path": {
"name": "Dashboard path",
"description": "The URL path of the dashboard to show."
},
"view_path": {
"name": "View path",
"description": "The path of the dashboard view to show."
}
}
}
}
}