core/homeassistant/components/spider/strings.json

31 lines
760 B
JSON
Raw Normal View History

2020-08-04 20:37:20 +00:00
{
"config": {
"step": {
"user": {
"title": "Sign-in with mijn.ithodaalderop.nl account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
2023-07-18 19:41:33 +00:00
},
"entity": {
"sensor": {
"power_consumption": {
"name": "Power consumption"
},
"total_energy_today": {
"name": "Total energy today"
}
}
2020-08-04 20:37:20 +00:00
}
}