mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Review AndroidTV option flow strings (#62601)
Co-authored-by: Jeff Irion <JeffLIrion@users.noreply.github.com>
This commit is contained in:
parent
79ef4dea98
commit
bbebf311b1
@ -32,12 +32,12 @@
|
|||||||
"title": "Android TV Options",
|
"title": "Android TV Options",
|
||||||
"data": {
|
"data": {
|
||||||
"apps": "Configure applications list",
|
"apps": "Configure applications list",
|
||||||
"get_sources": "Whether or not to retrieve the running apps as the list of sources",
|
"get_sources": "Retrieve the running apps as the list of sources",
|
||||||
"exclude_unnamed_apps": "Exclude app with unknown name",
|
"exclude_unnamed_apps": "Exclude apps with unknown name from the sources list",
|
||||||
"screencap": "Determines if album art should be pulled from what is shown on screen",
|
"screencap": "Use screen capture for album art",
|
||||||
"state_detection_rules": "Configure state detection rules",
|
"state_detection_rules": "Configure state detection rules",
|
||||||
"turn_off_command": "ADB shell command to override default turn_off command",
|
"turn_off_command": "ADB shell turn off command (leave empty for default)",
|
||||||
"turn_on_command": "ADB shell command to override default turn_on command"
|
"turn_on_command": "ADB shell turn on command (leave empty for default)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
|
@ -43,12 +43,12 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
"apps": "Configure applications list",
|
"apps": "Configure applications list",
|
||||||
"exclude_unnamed_apps": "Exclude app with unknown name",
|
"exclude_unnamed_apps": "Exclude apps with unknown name from the sources list",
|
||||||
"get_sources": "Whether or not to retrieve the running apps as the list of sources",
|
"get_sources": "Retrieve the running apps as the list of sources",
|
||||||
"screencap": "Determines if album art should be pulled from what is shown on screen",
|
"screencap": "Use screen capture for album art",
|
||||||
"state_detection_rules": "Configure state detection rules",
|
"state_detection_rules": "Configure state detection rules",
|
||||||
"turn_off_command": "ADB shell command to override default turn_off command",
|
"turn_off_command": "ADB shell turn off command (leave empty for default)",
|
||||||
"turn_on_command": "ADB shell command to override default turn_on command"
|
"turn_on_command": "ADB shell turn on command (leave empty for default)"
|
||||||
},
|
},
|
||||||
"title": "Android TV Options"
|
"title": "Android TV Options"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user