Use common state for "Auto" in `reolink` (#142971)

The common state replaces the internal references, too.
pull/142972/head
Norbert Rittel 2025-04-15 08:12:30 +02:00 committed by GitHub
parent 4950bda406
commit 514f83cc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -652,7 +652,7 @@
"name": "Floodlight mode",
"state": {
"off": "[%key:common::state::off%]",
"auto": "[%key:component::reolink::entity::select::day_night_mode::state::auto%]",
"auto": "[%key:common::state::auto%]",
"onatnight": "On at night",
"schedule": "Schedule",
"adaptive": "Adaptive",
@ -662,7 +662,7 @@
"day_night_mode": {
"name": "Day night mode",
"state": {
"auto": "Auto",
"auto": "[%key:common::state::auto%]",
"color": "Color",
"blackwhite": "Black & white"
}
@ -691,7 +691,7 @@
"name": "Doorbell LED",
"state": {
"stayoff": "Stay off",
"auto": "[%key:component::reolink::entity::select::day_night_mode::state::auto%]",
"auto": "[%key:common::state::auto%]",
"alwaysonatnight": "Auto & always on at night",
"always": "Always on",
"alwayson": "Always on"
@ -702,7 +702,7 @@
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"auto": "[%key:component::reolink::entity::select::day_night_mode::state::auto%]"
"auto": "[%key:common::state::auto%]"
}
},
"binning_mode": {
@ -710,7 +710,7 @@
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"auto": "[%key:component::reolink::entity::select::day_night_mode::state::auto%]"
"auto": "[%key:common::state::auto%]"
}
},
"hub_alarm_ringtone": {