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:
parent
b557c17f76
commit
4a6afc5614
4 changed files with 106 additions and 4 deletions
|
@ -6,6 +6,7 @@ _LOGGER = logging.getLogger('homeassistant.components.homematicip_cloud')
|
|||
DOMAIN = 'homematicip_cloud'
|
||||
|
||||
COMPONENTS = [
|
||||
'alarm_control_panel',
|
||||
'binary_sensor',
|
||||
'climate',
|
||||
'light',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue