Verisure
Home Assistant has support to integrate your Verisure
There is currently support for the following device types within Home Assistant:
- Alarm
- Camera
- Switch (Smartplug)
- Sensor (Thermometers and Hygrometers)
- Lock
- Binary sensor (Door & Window)
Configuration
To add the Verisure hub to your Home Assistant instance, use this My button:
Verisure can be auto-discovered by Home Assistant. If an instance was found, it will be shown as Discovered. You can then set it up right away.
Manual configuration steps
If it wasn’t discovered automatically, don’t worry! You can set up a manual integration entry:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select Verisure.
-
Follow the instructions on screen to complete the setup.
Options
Options for Verisure can be set via the user interface, by taking the following steps:
- Browse to your Home Assistant instance.
- Go to Settings > Devices & Services.
- If multiple instances of Verisure are configured, choose the instance you want to configure.
- Select the integration, then select Configure.
Alarm control panel
The Verisure alarm control panel platform allows you to control your Verisure
The requirement is that you have setup your Verisure hub first, with the instruction above.
The changed_by
attribute enables one to be able to take different actions depending on who armed/disarmed the alarm in automation.
automation:
- alias: "Alarm status changed"
triggers:
- trigger: state
entity_id: alarm_control_panel.alarm_1
actions:
- action: notify.notify
data:
message: >
Alarm changed from {{ trigger.from_state.state }}
to {{ trigger.to_state.state }}
by {{ trigger.to_state.attributes.changed_by }}
Actions
Service | Description |
---|---|
disable_autolock | Disables autolock function for a specific lock. |
enable_autolock | Enables autolock function for a specific lock. |
smartcam_capture | Capture a new image from a specific smartcam. |
Binary sensor
- Ethernet status
Lock
method state attribute | Description |
---|---|
thumb | Lock was locked/unlocked by interior thumb switch |
star | Lock was locked by exterior star button |
code | Lock was unlocked by exterior code |
auto | Lock was locked/unlocked automatically by Verisure rule |
remote | Lock was locked/unlocked automatically by Verisure App |
Limitations and known issues
Some users have reported that this integration currently doesn’t work in the following countries:
- France
- Ireland
- Italy
- Spain
- Sweden
Troubleshooting
If you get an error message stating something like “The code for lock.XXX doesn’t match pattern ^\d{0}$
.”, make sure the number of digits for your code matches the number defined in the configuration options.