Add HomematicIP alarm control panel (#15342)

* Add HomematicIP security zone

* Update access point tests

* Fix state if not armed and coments

* Add comment for the empty state_attributes

* Fix comment

* Fix spelling
This commit is contained in:
Mattias Welponer 2018-07-13 03:57:41 +02:00 committed by Martin Hjelmare
parent b557c17f76
commit 4a6afc5614
4 changed files with 106 additions and 4 deletions

View file

@ -6,6 +6,7 @@ _LOGGER = logging.getLogger('homeassistant.components.homematicip_cloud')
DOMAIN = 'homematicip_cloud'
COMPONENTS = [
'alarm_control_panel',
'binary_sensor',
'climate',
'light',