mirror of https://github.com/home-assistant/core
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"confirm": {
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"battery_state": {
|
|
"name": "Battery state"
|
|
}
|
|
}
|
|
}
|
|
}
|