I am trying to use a new version of the component.
Here is the link: https://yadi.sk/d/0WAiGx9ZEj-ScA
I putted __init__.py
, manifest.json, water_heater.py files inside the “custom_components/R4S_G200S” directory.
Then I added the following configuration:
climate:
- platform: R4S_G200S
device: 'hci0'
....
Finally I received the following error after validating the configuration: “Platform not found: water_heater.R4S_G200S”
I use Home Assistant 0.96.5
May anyone suggest me what I am doing wrong or what should I check?
Update: Seems like the issue was solved by restarting the home assistant.