mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add more state references to shelly
(#142716)
- replace "Normal" with common state - replace `self_test` state attributes with references
This commit is contained in:
parent
f42f698dbc
commit
a4234bf80e
@ -175,16 +175,16 @@
|
||||
"operation": {
|
||||
"state": {
|
||||
"warmup": "Warm-up",
|
||||
"normal": "Normal",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"fault": "Fault"
|
||||
},
|
||||
"state_attributes": {
|
||||
"self_test": {
|
||||
"state": {
|
||||
"not_completed": "Not completed",
|
||||
"completed": "Completed",
|
||||
"running": "Running",
|
||||
"pending": "Pending"
|
||||
"not_completed": "[%key:component::shelly::entity::sensor::self_test::state::not_completed%]",
|
||||
"completed": "[%key:component::shelly::entity::sensor::self_test::state::completed%]",
|
||||
"running": "[%key:component::shelly::entity::sensor::self_test::state::running%]",
|
||||
"pending": "[%key:component::shelly::entity::sensor::self_test::state::pending%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user