mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Add strings to the options attribute (#111302)
Add strings to the message attribute
This commit is contained in:
parent
dbf70f9e0a
commit
3d72f40aea
@ -23,6 +23,20 @@
|
||||
"waning_gibbous": "Waning gibbous",
|
||||
"waxing_crescent": "Waxing crescent",
|
||||
"waxing_gibbous": "Waxing gibbous"
|
||||
},
|
||||
"state_attributes": {
|
||||
"options": {
|
||||
"state": {
|
||||
"first_quarter": "[%key:component::moon::entity::sensor::phase::state::first_quarter%]",
|
||||
"full_moon": "[%key:component::moon::entity::sensor::phase::state::full_moon%]",
|
||||
"last_quarter": "[%key:component::moon::entity::sensor::phase::state::last_quarter%]",
|
||||
"new_moon": "[%key:component::moon::entity::sensor::phase::state::new_moon%]",
|
||||
"waning_crescent": "[%key:component::moon::entity::sensor::phase::state::waning_crescent%]",
|
||||
"waning_gibbous": "[%key:component::moon::entity::sensor::phase::state::waning_gibbous%]",
|
||||
"waxing_crescent": "[%key:component::moon::entity::sensor::phase::state::waxing_crescent%]",
|
||||
"waxing_gibbous": "[%key:component::moon::entity::sensor::phase::state::waxing_gibbous%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user