Hello everyone,
I’m using the Ariston Yaml installation via configuration.yaml as follows (from chomupashchuk/**ariston-remotethermo-home-assistant-v2):
ariston:
username: My Username
password: My Password
switches:
- internet_time
- internet_weather
sensors:
- ch_detected_temperature
- ch_mode
- ch_comfort_temperature
- ch_economy_temperature
- ch_set_temperature
- dhw_set_temperature
- errors_count
- mode
- outside_temperature
- ch_antifreeze_temperature
- pressure
- signal_strength
# - ch_water_temperatur
- dhw_storage_temperature
- dhw_thermal_cleanse_cycle
- ch_energy_today
binary_sensors:
- changing_data
- online
selector:
- mode
- ch_mode
Until this morning, it was working quite well. This morning I updated, and after restarting, I got the following message:
""The ariston integration does not support YAML configuration.
Error · Reported by Home Assistant Core Integration
The ariston integration does not support configuration via a YAML file. You may not notice any obvious issues with the integration, but any configuration settings defined in YAML will not be applied.
To resolve this:
If you haven’t already done so, configure the integration.
Remove ariston: from your YAML configuration file.
Restart Home Assistant.“”
The YAML installation worked much better than the regular integration. Is anyone else having this problem, and is there a solution? Thanks for your reply.