hass-core/homeassistant/components/ista_ecotrend/icons.json
Mr. Bubbles 7815840194
Add ista EcoTrend integration (#118360)
* 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
2024-06-04 10:45:53 +02:00

15 lines
225 B
JSON

{
"entity": {
"sensor": {
"heating": {
"default": "mdi:radiator"
},
"water": {
"default": "mdi:faucet"
},
"hot_water": {
"default": "mdi:faucet"
}
}
}
}