home-assistant.io/source/components/verisure.markdown
2015-09-09 12:43:58 +02:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Verisure Instructions how to setup Verisure devices within Home Assistant. 2015-08-17 20:28 false false true true

Home Assistant has support to integrate your Verisure devices.

We support:

  • Smartplugs
  • Reading from thermometers and hygrometers integrated in various devices
  • Reading alarm status

To integrate Verisure with Home Assistant, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
verisure:
  username: USERNAME
  password: PASSWORD
  alarm: 1
  hygrometers: 0
  smartplugs: 1
  thermometers: 0

Configuration variables:

  • username (Required): The username to Verisure mypages.
  • password (Required): The password to Verisure mypages.
  • alarm (Optional): Set to 1 to show alarm, 0 to disable. Default 1.
  • hygrometers (Optional): Set to 1 to show hygrometers, 0 to disable. Default 1.
  • smartplugs (Optional): Set to 1 to show smartplugs, 0 to disable. Default 1.
  • thermometers (Optional): Set to 1 to show thermometers, 0 to disable. Default 1.