* Bugfix sonos / refactor of sonos function for TTS
* fix unittest
* update service yaml
* restore group of a coordinator
* use group function to evaluate
* fix state flooting
* fix comments
* Added forecast support to DarkSky
modified: homeassistant/components/sensor/darksky.py
modified: tests/components/sensor/test_darksky.py
* Fix async_volume_up / async_volume_down (#5249)
async_volume_up / async_volume_down should be async versions of
volume_up / volume_down, not a async version of the default variants of
volume_up / volume_down.
The previous code always called into the mediaplayers set_volume_level,
and never into volume_up / volume_down.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
* adding a default icon "blind" to a PowerView blinds scene. (#5210)
* adding a default icon "blind" to a PowerView blinds scene.
* Adding icon property to define blind icon. Removed it from the state attributes dict.
* fixing lint error
* Added forecast support to DarkSky
modified: homeassistant/components/sensor/darksky.py
modified: tests/components/sensor/test_darksky.py
* Use SHA hash to make token harder to guess (#5258)
* Use SHA hash to make token harder to guess
Use hashlib SHA256 to encode object id instead of using it directly.
* Cache access token
Instead of generating a token on the fly cache it in the constructor.
* Fix lint
* Bugfix async device_tracker see callback (#5259)
* Add support for NAD receivers (#5191)
* Add support for NAD receivers
* remove self.update() in various methods
* remove setting attributes in various methods
* Change import to hass style
* Updated Config Validation, extended daily forecast to all supported types
* Fix style errors from previous commit, fix test since adding daily for all supported types
* Removed temperature from daily as it isn't supported
* Added forecast support to DarkSky
modified: homeassistant/components/sensor/darksky.py
modified: tests/components/sensor/test_darksky.py
* Updated Config Validation, extended daily forecast to all supported types
* Fix style errors from previous commit, fix test since adding daily for all supported types
* Removed temperature from daily as it isn't supported
* Revert "Bugfix camera streams (#5306)"
This reverts commit 4b43537801a5c088329f6b12c99c95fdb2eb0e9c.
Revert "Version bump for kodi dependency (#5307)"
This reverts commit 6abad6b76e610b1bfb13f3f9342a2a0a53971fcf.
Revert "Add HMWIOSwitch to sensor, binary (#5304)"
This reverts commit 2c3f55acc4cc8890e54bf6a94f5a960eee28c486.
Revert "Remove GTFS default name & string change"
This reverts commit 6000c59bb559b8e37553b3f0def79c2bd84f2af2.
Revert "Update pyhomematic 1.19 & small cleanups (#5299)"
This reverts commit a30711f1a0e2d4a286799d714fe59ff147883fab.
Revert "[sensor] Add Dublin bus RTPI sensor (#5257)"
This reverts commit 1219ca3c3bc083c8f919c4db7eb3670686e52861.
Revert "Bugfix group reload (#5292)"
This reverts commit baa8e53e66167a1fb0f9d090f28325454ad3d4ef.
Revert "Support for TrackR device trackers (#5010)"
This reverts commit f7a1d63d52dc7687a07cd2c52ef4e8e6894e45d9.
Revert "Bump pywemo version."
This reverts commit dc937cc8cffbb9ec2b4342d801f8d7332a8dd9cf.
Revert "Upgrade to voluptuous to 0.9.3 (#5288)"
This reverts commit d12decc4714cb61af58ab08581712b8be5367960.
Revert "Upgrade distro to 1.0.2 (#5291)"
This reverts commit 64800fd48c02520b1f44be960dc8c539f82d1692.
Revert "Don't build Adafruit_BBIO - doesn't work on all platforms. (#5281)"
This reverts commit 9a3c0c8cd3a06d118cfcf58d1078912e41f12f31.
Revert "Convert flic to synchronous platform. (#5276)"
This reverts commit eb9b95c2922181b097258856af9bd2bc4d7a814e.
Revert "Upgrade to aiohttp 1.2 (#4964)"
This reverts commit e68e29e03ebd43175761d1ae2b4e598d382d2cf4.
Revert "Fix TCP sensor to correctly use value_template (#5211)"
This reverts commit 1cf9ae5a01d663bb9e3d3e38741b2ae818b36f93.
Revert "Cleanup language support on TTS (#5255)"
This reverts commit 3f3a3bcc8ac7eec2e5e9eba9981c74db3842f22d.
Revert "Add last triggered to script (#5261)"
This reverts commit 467cb18625da9323f743ed62a342e446a79fb05b.
Revert "Bump flux_led version and make use of PyPi package (#5267)"
This reverts commit 34a9fb01ac1fb9568f18677be5faf3d23ab7dc2a.
Revert "Add support for NAD receivers (#5191)"
This reverts commit 3b59e169f1bc11b3887bc98b2f8425f6c70a0df2.
Revert "Bugfix async device_tracker see callback (#5259)"
This reverts commit 71fddd26eb9c9ffe6cbd809298f07e17aad152a4.
Revert "Use SHA hash to make token harder to guess (#5258)"
This reverts commit 922308bc1f7a2a0a769a8c29d663c90a97a0583b.
* Revert "Revert "Bugfix camera streams (#5306)""
This reverts commit 2ee8c44021cf9c3a91d20f9ee26752aa8369d2e6.
* Update darksky.py
* [image_processing/microsoft_face_verify] face recognition for automation
* Add platform for microsoft face identify
* add unittest for demo
* Add unittest for platform
* Remove SPEED_MED from fan
* Correctly use the oscillation on/off payloads for MQTT fan
* Add set_direction service documentation
* Correct function name for Wink fans
* Check for existence of the correct topic
* Enable set fan speed in emulated_hue
* features -> functions
* Final emulated_hue fan fixes
* Fix linting issues
* Revert to supported features instead of supported functions
* Fix logic
* Add a test for emulated_hue fan support
* Added Yandex SpeechKit TTS
* Added test stub
* Added two test and added property for yandex tts
* Copy all test from voice rss
* Added test vith different speaker and code style changes
* Added new line to end of file
* Url format replaced with url_params
* Add mysensors notify platform
* Make add_devices optional in platform callback function.
* Use new argument structure for all existing mysensors platforms.
* Add notify platform.
* Update mysensors gateway.
* Refactor notify setup
* Enable discovery of notify platforms.
* Update and add tests for notify component and some platforms.
* Continue setup of notify platforms if a platform fails setup.
* Remove notify tests that check platform config. These tests are not
needed when config validation is used.
* Add config validation to APNS notify platform.
* Use discovery to set up mysensors notify platform.
* Add discovery_info to get_service and update tests
* Add discovery_info as keyword argument to the get_service function
signature and update all notify platforms.
* Update existing notify tests to check config validation using test
helper.
* Add removed tests back in that checked config in apns, command_line
and file platforms, but use config validation test helper to verify
config.
* Add a test for notify file to increase coverage.
* Fix some PEP issues.
* Fix comments and use more constants
* Move apns notify service under notify domain
* Revert #4791 and fixes#4696
* Update influxDB based on PR comments
* Add migration script
* Update influxdb_migrator based on PR comments
* Add override_measurement option to influxdb_migrator
* Rename value field to state when data is string type
* Fix influxdb cloning query
* Initial commit for Wink fan support
* Added fan to discovery list
* Raise NotImplementedError and fixed is_on
* Added speed property
* Update __init__.py
* [Device Tracker] Xiaomi Mi Router integration as device tracker
This device tracker allow to track device connected to Xiaomi Router.
Parameter: host, username (default admin) and password.
* [Device Tracker] Addition of Xiaomi device tracker file in coverage