* Add ista EcoTrend integration * move code out of try * Use account owners name as entry title * update config flow tests * add tests for init * Add reauth flow * Add tests for sensors * add translations for reauth * trigger statistics import on first refresh * Move statistics and reauth flow to other PR * Fix tests * some changes * draft_final_final * remove unnecessary icons * changed tests * move device_registry test to init * add text selectors
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"heating": {
|
|
"default": "mdi:radiator"
|
|
},
|
|
"water": {
|
|
"default": "mdi:faucet"
|
|
},
|
|
"hot_water": {
|
|
"default": "mdi:faucet"
|
|
}
|
|
}
|
|
}
|
|
}
|