1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/mystrom/strings.json
2025-12-02 15:42:04 +01:00

35 lines
795 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "The hostname or IP address of your myStrom device."
}
}
}
},
"entity": {
"sensor": {
"avg_consumption": {
"name": "Average consumption"
},
"energy_since_boot": {
"name": "Energy since boot"
},
"time_since_boot": {
"name": "Last restart"
}
}
}
}