Paulus Schoutsen
3a3957aeed
Merge pull request #21296 from home-assistant/rc
...
0.88.1
2019-02-21 20:16:44 -08:00
Paulus Schoutsen
e4a21011a3
Bumped version to 0.88.1
2019-02-21 17:06:30 -08:00
Paulus Schoutsen
07e04e5b84
Fix yeelight config validation ( #21295 )
2019-02-21 17:06:24 -08:00
Aaron Bach
df5b17d139
Fix unhandled exception in Ambient PWS config entry ( #21278 )
2019-02-21 17:06:24 -08:00
David F. Mulcahey
e3d29ad26a
update services.yaml ( #21276 )
2019-02-21 17:06:23 -08:00
Paulus Schoutsen
e2a57add2c
Add SamsungTV Mac validation ( #21268 )
2019-02-21 17:06:23 -08:00
Joakim Plate
e59776377b
Add missing configation option ( #21265 )
...
Fixes https://github.com/home-assistant/home-assistant/issues/21254
2019-02-21 17:06:23 -08:00
Joakim Plate
b2482d8205
Add missing configuration option to plex ( #21264 )
...
Fixes part of: https://github.com/home-assistant/home-assistant/issues/21254
2019-02-21 17:06:22 -08:00
David F. Mulcahey
dc133fe9f2
Fix ZHA bugs ( #21246 )
...
* fix bugs
* add comment
* allow entities to be marked unavailable
2019-02-21 17:06:22 -08:00
Paulus Schoutsen
3fcbc36abe
Update translations
2019-02-21 16:40:25 -08:00
Paulus Schoutsen
bd352b9950
Merge remote-tracking branch 'origin/master' into dev
2019-02-21 16:40:07 -08:00
Paulus Schoutsen
bf4fb36bb1
Fix yeelight config validation ( #21295 )
2019-02-21 16:39:17 -08:00
Paulus Schoutsen
ac502980a2
Do not warn for internally loaded components ( #21287 )
2019-02-21 14:57:38 -08:00
David McNett
d9a44f2a78
Version bump: python-anthemav to v1.1.9 ( #21273 )
2019-02-21 23:24:29 +01:00
Aaron Bach
d0e88d9628
Fix unhandled exception in Ambient PWS config entry ( #21278 )
2019-02-21 13:27:34 -07:00
David F. Mulcahey
a2877c4ea0
update services.yaml ( #21276 )
2019-02-21 14:39:55 -05:00
Teemu R
94be43e3e1
Add support for automatic discovery of TP-Link switches, bulbs and dimmers ( #18091 )
...
* {switch,light}.tplink: use deviceid as unique id, fetch name from the device during initialization
* raise PlatformNotReady when no device is available
* Use mac instead of deviceid
* remove name option as obsolete
* Add support for configuration flow / integration
Allows activating automatic discovery of supported devices from the configuration
* Fix linting, update requirements_all.txt
* start cleaning up tplink component based on feedback
* add device info, improve config handling
* Allow overriding detected devices via configuration file
* Update requirements.txt
* Remove debug logging
* make hound happy
* Avoid I/O during init and simplify the code, remove remains of leds_on
* Fix issues based on feedback, use consistent quotation marks for device info
* add async_setup_platform emiting a deprecation warning
* Avoid blocking the I/O, check for None on features
* handle some Martin's comments, schema-validation is still missing
* use async_create_task instead of async_add_job, let core validate the schema
* simplify configuration handling by storing the configuration data separately from initialized instances
* add default values to schema, make hound happy
* with defaults set by schema, simplify the checks. add async_unload_entry
* Use constant for data structure access
* REWORD add a short note about async_unload_entry
* handle feedback from Martin, config_data is checked against Noneness
* use pop to remove the domain on unload
* First steps to add tests for the new tplink component
* embed platforms under the component directory
* Fix tests by mocking the pyhs100 internals
* Fix linting
* Test against multiple instances of devices, tidy up
* (hopefully) final linting round
* Add pyHS100 to test requirements
* log always the warnings occured during an update to make them easy to see
* revert back the warning behavior (requirement for silver level in IQS)
* Unload only when an entry is being loaded and add tests for that
Thanks @MartinHjelmare for pointing this out!
* Fix linting
* Bump the upstream lib, fixes most prominently the HSV setting on bulbs
* Test unloading for all platforms, clear the data storage instead of popping it out, making it possible to reconfigure after removal without restarting hass first
* Use class variables instead of instance variables for bulb states, required for HS220
* Use new-style format string
* Fix indenting, uppercase the mock constant
* Run black on test_init, hopefully that will finally fix the weird formatting (pycharm, pylint and hound seems to have different opinions...)
2019-02-21 20:29:07 +01:00
Tobias Hoff
c637bad1eb
account specific cookies file to enable multiple accounts ( #19811 )
2019-02-21 10:35:27 -08:00
Miroslav Ždrale
565f513b77
Added device tracker support for Ubee Router ( #19586 )
...
* Added Ubee Router Device Tracker.
* Updated code to meet requirements.
* Code clean-up.
* Code clean-up.
* Code clean-up.
* Minor error message update
* Ubee device tracker: Minor code clean-up
* Bump pyubee version
* Code clean-up
2019-02-21 09:24:37 -08:00
Paulus Schoutsen
4c4317fb37
Add SamsungTV Mac validation ( #21268 )
2019-02-21 08:52:45 -08:00
Joakim Plate
998b5f6d19
Add missing configation option ( #21265 )
...
Fixes https://github.com/home-assistant/home-assistant/issues/21254
2019-02-21 08:26:26 -08:00
Joakim Plate
6b7a5cfcad
Add missing configuration option to plex ( #21264 )
...
Fixes part of: https://github.com/home-assistant/home-assistant/issues/21254
2019-02-21 08:26:09 -08:00
Gido
e764d9461a
Update rova component with suffix for house number ( #21182 )
...
* Update rova component with release rova release 0.1.0
Add house_number_suffix to configuration
* Set default value for house_number_suffix
2019-02-21 09:51:36 -05:00
OleksandrBerchenko
09692143d0
Correctly detect devices, which went offline during HA restart ( #20933 )
...
* Correctly detect devices, which went offline during HA restart
* Update __init__.py
2019-02-21 14:48:17 +01:00
David F. Mulcahey
0f8575f939
Fix ZHA bugs ( #21246 )
...
* fix bugs
* add comment
* allow entities to be marked unavailable
2019-02-21 14:20:58 +01:00
Paulus Schoutsen
2435456248
Prevent partial custom component overlays ( #21070 )
...
* Prevent partial custom component overlays
* Fix tests
2019-02-21 09:41:36 +01:00
Fredrik Erlandsson
73099caede
Alarm trigger support for Point ( #21207 )
2019-02-21 06:50:02 +01:00
Fabian Affolter
966fd1034d
Upgrade opensensemap-api to 0.1.4 ( #21240 )
2019-02-20 17:46:37 -07:00
Paulus Schoutsen
ddd63c615f
Remove constraint from regex ( #21239 )
2019-02-20 21:31:41 +01:00
Paulus Schoutsen
7bd5e60767
Merge pull request #21238 from home-assistant/rc
...
0.88.0
2019-02-20 11:13:27 -08:00
David F. Mulcahey
67008e0947
Fix bug in ZHA and tweak non sensor channel logic ( #21234 )
...
* fix race condition and prevent profiles from stealing channels
* fix battery voltage
2019-02-20 09:35:32 -08:00
David F. Mulcahey
9f99e173de
Don't dispatch to components when there are no channels for ZHA sensors ( #21223 )
...
* don't dispatch when channels don't exist
* review comment
2019-02-20 09:35:31 -08:00
Paulus Schoutsen
7dd3fc7ca7
Bumped version to 0.88.0
2019-02-20 08:58:37 -08:00
Paulus Schoutsen
fd3bea177b
Prevent invalid context from crashing ( #21231 )
...
* Prevent invalid context from crashing
* Lint
2019-02-20 08:57:51 -08:00
Aaron Bach
be26fc896d
Fix an Ambient PWS exception when location info is missing ( #21220 )
2019-02-20 08:57:50 -08:00
David F. Mulcahey
9057da01bd
Refactor ZHA listeners into channels ( #21196 )
...
* refactor listeners to channels
* update coveragerc
2019-02-20 08:57:50 -08:00
Paulus Schoutsen
d09cf8dd17
Updated frontend to 20190220.0
2019-02-20 08:55:56 -08:00
Paulus Schoutsen
03573781c7
Updated frontend to 20190220.0
2019-02-20 08:55:42 -08:00
Finbarr Brady
54949cff5a
Support OpenWRT 18.06 in luci device tracker ( #21236 )
...
* Got it right this time i hope
* updates on comments
2019-02-20 16:55:00 +01:00
damarco
1518a80069
Bump zigpy ( #21203 )
...
* Bump zigpy
* Update requirements
* Update test requirements
* Bump zigpy-deconz
2019-02-20 16:34:59 +01:00
David F. Mulcahey
cece6454e4
Fix bug in ZHA and tweak non sensor channel logic ( #21234 )
...
* fix race condition and prevent profiles from stealing channels
* fix battery voltage
2019-02-20 16:33:29 +01:00
David F. Mulcahey
5b24b271cc
Don't dispatch to components when there are no channels for ZHA sensors ( #21223 )
...
* don't dispatch when channels don't exist
* review comment
2019-02-20 16:27:03 +01:00
Marco Gazzola
5115dfada2
Add zone and reps for Xiaomi vacuum ( #19777 )
...
* xiaomi vacuum with zone and reps
* tail whitespace
* tail whitespaces
* new version
* fix params typs
* fix param type
* line length
* rytilahti tips
* houndci-bot
* fix trevis
* rytilahti tips
* service description
* syssi fix
* MartinHjelmare tips
* MartinHjelmare
* data_template schema
* line lenght
* line lenght
* line lenght
* data_template schema
* fix
* Update homeassistant/components/vacuum/xiaomi_miio.py
Co-Authored-By: marcogazzola <dev@marcogazzola.com>
* Update homeassistant/components/vacuum/xiaomi_miio.py
Co-Authored-By: marcogazzola <dev@marcogazzola.com>
* xiaomi vacuum with zone and reps
* tail whitespace
* new version
* fix param type
* rytilahti tips
* rytilahti tips
* MartinHjelmare
* data_template schema
* line lenght
* line lenght
* data_template schema
* fix
* Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev
* Revert "Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev"
This reverts commit e1f370b3b45d2541c8117146b0940d7c2b5bc8b0.
* log fixed
* Revert "log fixed"
This reverts commit 1f0e7b35e8
.
* Revert "Revert "Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev""
This reverts commit 1cf9e5ae1f
.
* Revert "Merge branch 'dev' of https://github.com/marcogazzola/home-assistant into dev"
This reverts commit 0e8d53449a
.
* log fixed
2019-02-20 15:44:04 +01:00
Aaron Bach
7e06d03b45
Fix an Ambient PWS exception when location info is missing ( #21220 )
2019-02-20 12:10:42 +01:00
Diogo Gomes
1ff299875b
Add self to integration sensor and utility_meter ( #21226 )
2019-02-20 08:34:10 +01:00
Paulus Schoutsen
cf3a8b60ff
Prevent invalid context from crashing ( #21231 )
...
* Prevent invalid context from crashing
* Lint
2019-02-20 08:02:56 +01:00
Daniel Perna
27d598fff8
Update pyhomematic to 0.1.56 ( #21227 )
2019-02-20 00:31:46 +01:00
Paulus Schoutsen
49995c2120
Fix the build ( #21229 )
2019-02-19 13:52:14 -08:00
Paulus Schoutsen
4cc90c437f
Bumped version to 0.88.0b4
2019-02-19 10:31:47 -08:00
carstenschroeder
c0f83b4164
Push pyads to 3.0.7 ( #21216 )
...
* Push to pyads 3.0.7
* Correct too long line
2019-02-19 10:31:34 -08:00