home-assistant.io/source/_posts/2015-08-17-verisure-and-modern-tp-link-router-support.markdown
2015-12-19 20:26:25 -08:00

1.5 KiB

layout, title, description, date, date_formatted, author, author_twitter, comments, categories
layout title description date date_formatted author author_twitter comments categories
post Verisure devices and modern TP-Link routers now supported New support for Verisure switches, sensors and hygrometers and modern TP-Link routers 2015-08-17 20:00 0000 August 17, 2015 Paulus Schoutsen balloob true Release-Notes

A minor bug fix release to fix some issues that have come up since the last release. Please upgrade as soon as possible by running git pull from the Home Assistant directory.

This release is a major milestone in our test coverage as we've crossed into the 80s! It has to be noted that this covers mainly the core and automation components. Platforms that communicate with IoT devices have been excluded.

As we didn't want to just push out bug fixes, this release includes a few additions:

  • Support for modern TP-Link routers like the ArcherC9 line has been contributed by @chrisvis.
  • Improved support for MQTT topic subscriptions has been contributed by @qrtn

Verisure Support Home Assistant support to integrate your Verisure alarms, hygrometers, sensors and thermometers has been contributed by @persandstrom.

# Example configuration.yaml entry
verisure:
  username: user@example.com
  password: password
  alarm: 1
  hygrometers: 0
  smartplugs: 1
  thermometers: 0