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
Home Assistant has evolved and it seems that this is not an officially supported integration and thus is not listed among the official integrations which can be added easily.
However the fact that a hacs.json file exists lead me to install HACS in order to get this support in home assistant.
Add config for the Manual alarm control the the configuration.yaml file:
alarm_control_panel:
- platform: manual
Create Automation to call Noonlight if the Manual alarm is triggered:
Here is the YAML version automatically created from the UI above:
alias: Noonlight Alarm
description: ''
trigger:
- platform: state
entity_id: alarm_control_panel.ha_alarm
to: triggered
condition: []
action:
- service: homeassistant.turn_on
target:
entity_id: switch.noonlight_switch
mode: single
At this point you can manually trigger the automation test that the integration between the Manual alarm and Noonlight is working.
Create automations to trigger the manual alarm if various sensors connected to the Konnected.io board change. This step is not detailed here because it will be different based upon what sensors you have.
The text was updated successfully, but these errors were encountered:
Home Assistant has evolved and it seems that this is not an officially supported integration and thus is not listed among the official integrations which can be added easily.
However the fact that a
hacs.json
file exists lead me to install HACS in order to get this support in home assistant.I did also use the Manual Alarm Control to complete the integration.
So the process was:
Install Konnected.io integration, attach sensors to the boards, and configure the boards.
Install HACS.
Install
noonlight-hass
via HACS.Add a
noonlight
entry to theconfiguration.yaml
file:Install integration for the Manual Alarm Control
Add config for the Manual alarm control the the
configuration.yaml
file:Create Automation to call Noonlight if the Manual alarm is triggered:
Here is the YAML version automatically created from the UI above:
At this point you can manually trigger the automation test that the integration between the Manual alarm and Noonlight is working.
Create automations to trigger the manual alarm if various sensors connected to the Konnected.io board change. This step is not detailed here because it will be different based upon what sensors you have.
The text was updated successfully, but these errors were encountered: