mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Use common states "Auto"/"Manual", fix sentence-casing in yamaha_musiccast
(#142931)
This commit is contained in:
parent
9ce44845fe
commit
be6e1e5e15
@ -29,29 +29,29 @@
|
|||||||
"select": {
|
"select": {
|
||||||
"dimmer": {
|
"dimmer": {
|
||||||
"state": {
|
"state": {
|
||||||
"auto": "Auto"
|
"auto": "[%key:common::state::auto%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zone_sleep": {
|
"zone_sleep": {
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"30_min": "30 Minutes",
|
"30_min": "30 minutes",
|
||||||
"60_min": "60 Minutes",
|
"60_min": "60 minutes",
|
||||||
"90_min": "90 Minutes",
|
"90_min": "90 minutes",
|
||||||
"120_min": "120 Minutes"
|
"120_min": "120 minutes"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zone_tone_control_mode": {
|
"zone_tone_control_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"manual": "Manual",
|
"manual": "[%key:common::state::manual%]",
|
||||||
"auto": "Auto",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"bypass": "Bypass"
|
"bypass": "Bypass"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zone_surr_decoder_type": {
|
"zone_surr_decoder_type": {
|
||||||
"state": {
|
"state": {
|
||||||
"toggle": "[%key:common::action::toggle%]",
|
"toggle": "[%key:common::action::toggle%]",
|
||||||
"auto": "Auto",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"dolby_pl": "Dolby ProLogic",
|
"dolby_pl": "Dolby ProLogic",
|
||||||
"dolby_pl2x_movie": "Dolby ProLogic 2x Movie",
|
"dolby_pl2x_movie": "Dolby ProLogic 2x Movie",
|
||||||
"dolby_pl2x_music": "Dolby ProLogic 2x Music",
|
"dolby_pl2x_music": "Dolby ProLogic 2x Music",
|
||||||
@ -64,8 +64,8 @@
|
|||||||
},
|
},
|
||||||
"zone_equalizer_mode": {
|
"zone_equalizer_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"manual": "Manual",
|
"manual": "[%key:common::state::manual%]",
|
||||||
"auto": "Auto",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"bypass": "[%key:component::yamaha_musiccast::entity::select::zone_tone_control_mode::state::bypass%]"
|
"bypass": "[%key:component::yamaha_musiccast::entity::select::zone_tone_control_mode::state::bypass%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -84,11 +84,11 @@
|
|||||||
},
|
},
|
||||||
"zone_link_audio_delay": {
|
"zone_link_audio_delay": {
|
||||||
"state": {
|
"state": {
|
||||||
"audio_sync_on": "Audio Synchronization On",
|
"audio_sync_on": "Audio synchronization on",
|
||||||
"audio_sync_off": "Audio Synchronization Off",
|
"audio_sync_off": "Audio synchronization off",
|
||||||
"balanced": "Balanced",
|
"balanced": "Balanced",
|
||||||
"lip_sync": "Lip Synchronization",
|
"lip_sync": "Lip synchronization",
|
||||||
"audio_sync": "Audio Synchronization"
|
"audio_sync": "Audio synchronization"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user