2020-04-20 23:25:35 +00:00
|
|
|
{
|
2023-03-16 11:16:08 +00:00
|
|
|
"entity_component": {
|
2020-04-20 23:25:35 +00:00
|
|
|
"_": {
|
2023-03-16 20:10:20 +00:00
|
|
|
"name": "Timer",
|
2023-03-16 11:16:08 +00:00
|
|
|
"state": {
|
|
|
|
"active": "[%key:common::state::active%]",
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"paused": "[%key:common::state::paused%]"
|
2023-03-27 20:19:25 +00:00
|
|
|
},
|
|
|
|
"state_attributes": {
|
|
|
|
"duration": {
|
|
|
|
"name": "Duration"
|
|
|
|
},
|
|
|
|
"editable": {
|
|
|
|
"name": "[%key:common::generic::ui_managed%]",
|
|
|
|
"state": {
|
|
|
|
"true": "[%key:common::state::yes%]",
|
|
|
|
"false": "[%key:common::state::no%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"finishes_at": {
|
|
|
|
"name": "Finishes at"
|
|
|
|
},
|
|
|
|
"remaining": {
|
|
|
|
"name": "Remaining"
|
|
|
|
},
|
|
|
|
"restore": {
|
|
|
|
"name": "Restore"
|
|
|
|
}
|
2023-03-16 11:16:08 +00:00
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|