You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto setup has been moved from the individual platform to the IHC component.
If you have an old configuration you must remove auto_setup under each platform.
Some restructuring of the code, and updated to use ihcsdk 2.1.0. This allow for faster startup, because enable notify requests to the ihc controller will be delayed.
Sensors are now supported. Temperature, Humidity and light sensor are recognized automatically.
The documentation has been copied to the wiki here at github. For future releases I will update it here at githuib.
Validation of the configuration has been added. (For binary sensors you can no longer used the syntax id:name)
Use version 1.0.4 of the python ihcsdk - this has minor changes in soap communication and will wait for the controller to be ready before download the ihc project.
The ihcsdk is now part of PyPi and this release have dependency setup so it should be download automatically by home assistant. (You do not need to install ihcsdk manually)