Add strings to the options attribute (#111302)

Add strings to the message attribute
This commit is contained in:
dougiteixeira 2024-02-24 15:23:07 -03:00 committed by GitHub
parent dbf70f9e0a
commit 3d72f40aea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
}
}
}
}