mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix typo in state name references of homee
(#146905)
Fix typo in state references Replace wrong semicolons with colon.
This commit is contained in:
parent
3fad76dfa1
commit
75d6b885cf
@ -177,9 +177,9 @@
|
|||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"event_type": {
|
"event_type": {
|
||||||
"state": {
|
"state": {
|
||||||
"upper": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::upper%]",
|
"upper": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::upper%]",
|
||||||
"lower": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::lower%]",
|
"lower": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::lower%]",
|
||||||
"released": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::released%]"
|
"released": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::released%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -189,7 +189,7 @@
|
|||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"event_type": {
|
"event_type": {
|
||||||
"state": {
|
"state": {
|
||||||
"release": "[%key;component::homee::entity::event::button_state::state_attributes::event_type::state::released%]",
|
"release": "[%key:component::homee::entity::event::button_state::state_attributes::event_type::state::released%]",
|
||||||
"up": "Up",
|
"up": "Up",
|
||||||
"down": "Down",
|
"down": "Down",
|
||||||
"stop": "Stop",
|
"stop": "Stop",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user