core/homeassistant/components/counter/strings.json

30 lines
594 B
JSON
Raw Normal View History

2023-03-21 17:41:27 +00:00
{
"title": "Counter",
"entity_component": {
"_": {
"name": "[%key:component::counter::title%]",
"state_attributes": {
"editable": {
"name": "UI-managed",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"initial": {
"name": "Initial value"
},
"maximum": {
"name": "Maximum"
},
"minimum": {
"name": "Minimum"
},
"step": {
"name": "Step"
}
}
}
}
}