-
- Downloads
Ihc component and platforms (#10916)
* Added IHC platform * Updated requirements for IHC platform * Exclude IHC from test * Correcting flake8 issues * Fixing more flake8 issues * Fixed flake8 issues * Fixing pylint issues * Fixed flake8 issues * Changes from PR review. * STATE_UNKNOWN changed to None * Spelling mistake in comment * Added IHC platform * Updated requirements for IHC platform * Exclude IHC from test * Correcting flake8 issues * Fixing more flake8 issues * Fixed flake8 issues * Fixing pylint issues * Fixed flake8 issues * Changes from PR review. * STATE_UNKNOWN changed to None * Spelling mistake in comment * Updated requirements_all.txt with gen_requirements_app.py * Pylint fix: No space allowed around keyword argument assignment * PR review changes * Moved auto setup from platforms to ihc component * Do no auto setup if there are no IHC products found * Changes from PR review
Showing
- .coveragerc 3 additions, 0 deletions.coveragerc
- homeassistant/components/binary_sensor/ihc.py 95 additions, 0 deletionshomeassistant/components/binary_sensor/ihc.py
- homeassistant/components/ihc/__init__.py 213 additions, 0 deletionshomeassistant/components/ihc/__init__.py
- homeassistant/components/ihc/const.py 19 additions, 0 deletionshomeassistant/components/ihc/const.py
- homeassistant/components/ihc/ihc_auto_setup.yaml 98 additions, 0 deletionshomeassistant/components/ihc/ihc_auto_setup.yaml
- homeassistant/components/ihc/ihcdevice.py 65 additions, 0 deletionshomeassistant/components/ihc/ihcdevice.py
- homeassistant/components/ihc/services.yaml 26 additions, 0 deletionshomeassistant/components/ihc/services.yaml
- homeassistant/components/light/ihc.py 123 additions, 0 deletionshomeassistant/components/light/ihc.py
- homeassistant/components/sensor/ihc.py 84 additions, 0 deletionshomeassistant/components/sensor/ihc.py
- homeassistant/components/switch/ihc.py 77 additions, 0 deletionshomeassistant/components/switch/ihc.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
Loading
Please register or sign in to comment