Use common states for "Auto" / "Manual" in lametric (#143066)

This commit is contained in:
Norbert Rittel 2025-04-16 09:25:37 +02:00 committed by GitHub
parent c32654db18
commit 494a991d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
},
"data_description": {
"host": "The IP address or hostname of your LaMetric TIME on your network.",
"api_key": "You can find this API key in [devices page in your LaMetric developer account](https://developer.lametric.com/user/devices)."
"api_key": "You can find this API key in the [devices page in your LaMetric developer account](https://developer.lametric.com/user/devices)."
}
},
"cloud_select_device": {
@ -83,8 +83,8 @@
"brightness_mode": {
"name": "Brightness mode",
"state": {
"auto": "Automatic",
"manual": "Manual"
"auto": "[%key:common::state::auto%]",
"manual": "[%key:common::state::manual%]"
}
}
},