This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cd223d91bb
core
/
homeassistant
/
components
/
xiaomi_miio
/
strings.select.json
10 lines
129 B
JSON
Raw
Normal View
History
Unescape
Escape
Use `SelectEntityDescription` for Xiaomi Miio integration (#53907) * Use SelectEntityDescription * Use SelectEntityDescription * Remove service field from XiaomiMiioSelectDescription class * Fix typo * Use lowercase for options
2021-08-03 13:58:30 +00:00
{
Prettify json (strings.json) (#68885)
2022-03-30 08:35:30 +00:00
"state"
:
{
"xiaomi_miio__led_brightness"
:
{
"bright"
:
"Bright"
,
"dim"
:
"Dim"
,
"off"
:
"Off"
Use `SelectEntityDescription` for Xiaomi Miio integration (#53907) * Use SelectEntityDescription * Use SelectEntityDescription * Remove service field from XiaomiMiioSelectDescription class * Fix typo * Use lowercase for options
2021-08-03 13:58:30 +00:00
}
Prettify json (strings.json) (#68885)
2022-03-30 08:35:30 +00:00
}
}