mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Use common states for "Auto" / "Manual" in lametric
(#143066)
This commit is contained in:
parent
c32654db18
commit
494a991d10
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The IP address or hostname of your LaMetric TIME on your network.",
|
"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": {
|
"cloud_select_device": {
|
||||||
@ -83,8 +83,8 @@
|
|||||||
"brightness_mode": {
|
"brightness_mode": {
|
||||||
"name": "Brightness mode",
|
"name": "Brightness mode",
|
||||||
"state": {
|
"state": {
|
||||||
"auto": "Automatic",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"manual": "Manual"
|
"manual": "[%key:common::state::manual%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user