1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

41 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"cloud_id": "Cloud ID",
"host": "[%key:common::config_flow::data::host%]",
"install_code": "Installation code"
},
"data_description": {
"host": "The hostname or IP address of your Rainforest gateway."
}
}
}
},
"entity": {
"sensor": {
"energy_price": {
"name": "Energy price"
},
"power_demand": {
"name": "Power demand"
},
"total_energy_delivered": {
"name": "Total energy delivered"
},
"total_energy_received": {
"name": "Total energy received"
}
}
}
}