Steven Looman
2aab646be2
Upgrade to async-upnp-client==0.14.3 ( #20502 )
2019-01-27 13:52:51 +01:00
Jc2k
10e3698fd7
Add homekit_controller tests ( #20457 )
...
* Add a test for a homekit_controller switch
* Add a test for a homekit_controller lightbulb
* Add a test for homekit_controller thermostat
* Changes from review
* Patch utcnow to known time in HK tests
* Neater fixture use per review
2019-01-27 12:34:49 +01:00
Rohan Kapoor
7368c623d4
Split out dovado to a component and sensor platform ( #20339 )
...
* Split out dovado to a component and sensor platform
* Lint
* Address code review comments (#20339 )
* Switch to using a notify platform for dovado SMS (#20339 )
* Optimizing imports
* Remove return on `setup_platform`.
* Clean up unneeded constants
2019-01-27 10:36:10 +01:00
Rohan Kapoor
d82e5ecbb0
Upgrade zm-py to 0.3.1 ( #20489 )
2019-01-27 10:28:20 +01:00
Aaron Bach
239c60c09f
Use HASS latitude/longitude as defaults for Lyft ( #20491 )
2019-01-26 23:21:51 -07:00
Rohan Kapoor
38c33bd01e
Fix linting error ( #20488 )
2019-01-26 17:11:09 -08:00
Paulus Schoutsen
86f5f0226c
Bumped version to 0.87.0.dev0
2019-01-26 14:15:36 -08:00
Paulus Schoutsen
c78d3b6154
Merge pull request #20485 from home-assistant/rc
...
0.86.3
2019-01-26 14:14:06 -08:00
Paulus Schoutsen
dcfe7b2280
Bumped version to 0.86.3
2019-01-26 14:11:44 -08:00
Shantanu Tushar
a368db9ad4
Include exception details in the error log ( #20461 )
...
* Include exception details in the error log
I see this error quite often in my HA logs and this will be helpful for anyone who is attempting to debug this.
* Minor change
* Remove line break
2019-01-26 14:11:16 -08:00
Paulus Schoutsen
6330bb1004
Warn for old slugs/entity ids ( #20478 )
...
* Warn for old slugs/entity ids
* add comments
* Lint
* LInt
* Lint
* Lint
2019-01-26 14:10:05 -08:00
starkillerOG
672a896124
Philips Hue, include debug message for color gamut ( #20455 )
2019-01-26 14:10:04 -08:00
Paulus Schoutsen
87316c4e83
Warn for old slugs/entity ids ( #20478 )
...
* Warn for old slugs/entity ids
* add comments
* Lint
* LInt
* Lint
* Lint
2019-01-26 14:09:41 -08:00
Fabian Affolter
38b1ce3fe0
Upgrade psutil to 5.5.0 ( #20462 )
2019-01-26 22:11:36 +01:00
Fabian Affolter
9920699bb8
Upgrade sqlalchemy to 1.2.16 ( #20474 )
2019-01-26 22:11:00 +01:00
starkillerOG
b9bf6963fd
Philips Hue, include debug message for color gamut ( #20455 )
2019-01-26 12:50:34 -08:00
emontnemery
60dc337f3f
Update device registry of MQTT cover ( #20443 )
...
* Update device registry of MQTT cover
* Move config_entry to constructor
2019-01-26 10:52:41 -08:00
emontnemery
85c72fbca6
Update device registry of MQTT alarm ( #20439 )
2019-01-26 10:48:35 -08:00
emontnemery
85ccd71d39
Update device registry of MQTT sensor ( #20440 )
2019-01-26 10:48:18 -08:00
Paulus Schoutsen
09cbcb74bc
Merge pull request #20442 from emontnemery/mqtt_binary_sensor_update_device_info
...
Update device registry of MQTT binary_sensor
2019-01-26 10:47:57 -08:00
Paulus Schoutsen
0e453fe492
Update device registry of MQTT climate ( #20444 )
2019-01-26 10:47:29 -08:00
emontnemery
1d16bb2cd4
Update device registry of MQTT fan ( #20445 )
2019-01-26 10:46:41 -08:00
David F. Mulcahey
05d41bc0ee
introduce gateway ( #20460 )
2019-01-26 13:28:13 -05:00
Jef D
f3285f96bb
Add Co2signal sensor ( #19204 )
...
* Initial commit for the co2signal sensor
* Clean code
* Run script gen_requirements_all.py
* remove unintended character
* Remove redundancy
* Remove unused imports
* Code style
* Code style fixes
* Code style
* Fix comments PR
Comments by @fabaff
* Remove redundant comments and variables
* Follow the latest home-assistant guidelines
* Bump CO2Signal version
* Round API result
* Improve default latitude/longitude handling
* Improve friendly name
* Improve config handling
* Make lines shorter
* Style
* Convert default to variable
None does not pass cv.string
* Message if not inclusive
* Shorten line
* Update requirements
* Update co2signal.py
Group imports; remove empty lines; refactor use of location_type; remove logging messages; remove unused functions; add global variables
* Update co2signal.py
Import platform schema from sensor
* Small fix
* Update co2signal.py
Remove last mentions of location_type
* Review changes
Add attribution
Formatting
* Missing whitespace
* Update co2signal.py
Fix pylint
* Update co2signal.py
Change blank lines
* Update co2signal.py
Initialise _data
2019-01-26 19:02:46 +01:00
Diogo Gomes
1d5ffe9ad5
Utility meter ( #19718 )
...
* initial commit
* test service calls
* lint
* float -> Decimal
* extra tests
* lint
* lint
* lint
* lint
* fix self reset
* clean
* add services
* improve service example description
* add optional paused initialization
* fix
* travis fix
* fix YEARLY
* add tests for previous bug
* address comments and suggestions from @ottowinter
* lint
* remove debug
* add discoverability capabilities
* no need for _hass
* Update homeassistant/components/sensor/utility_meter.py
Co-Authored-By: dgomes <diogogomes@gmail.com>
* Update homeassistant/components/sensor/utility_meter.py
Co-Authored-By: dgomes <diogogomes@gmail.com>
* correct comment
* improve error handling
* address @MartinHjelmare comments
* address @MartinHjelmare comments
* one patch is enought
* follow @ballob suggestion in https://github.com/home-assistant/architecture/issues/131
* fix tests
* review fixes
* major refactor
* lint
* lint
* address comments by @MartinHjelmare
* rename variable
2019-01-26 16:33:11 +01:00
Jonas Pedersen
ed6e349515
Correct minor comments from PR#20138. ( #20454 )
2019-01-26 15:55:25 +01:00
Fabian Affolter
a85e018bc4
Upgrade astral to 1.8 ( #20459 )
2019-01-26 15:54:35 +01:00
David F. Mulcahey
a0b93c2add
ZHA component rewrite part 1 ( #20456 )
...
* rearrange files
* add init to module
* update imports
* update coveragerc
* put blank line back... git raw view be damned
2019-01-26 08:54:49 -05:00
Anders Melchiorsen
e593383b4d
Error handling for recorder purge ( #20424 )
2019-01-26 11:02:16 +01:00
Austin Drummond
b3c3721a79
Add alarm type workaround zwave lock Yale YRD240 ( #20438 )
2019-01-26 11:01:04 +01:00
Adam Belebczuk
310c073c64
WeMo - Fix device discovery issues ( #20446 )
2019-01-26 11:00:06 +01:00
Louis Matthijssen
d39784906b
Fix HTTP login attempts check triggering too late ( #20431 )
2019-01-26 03:13:44 +01:00
emontnemery
6d2e7db123
Update device registry of MQTT climate
2019-01-26 09:04:02 +08:00
emontnemery
d8e43978b7
Update device registry of MQTT binary_sensor
2019-01-26 08:58:08 +08:00
kennedyshead
76c0295403
Bumps aioasuswrt ( #20432 )
2019-01-25 23:27:44 +01:00
coreGreenberet
2bc7444427
Fix homematicip cloud alarm_arm_home ( #20321 )
2019-01-25 19:45:42 +01:00
coreGreenberet
4518e6bdf7
Fix minor homematicip cloud binary sensor issues ( #20398 )
...
* fix for smoke detection
* a tilted window is now considered as "open"/on
* changed comparison to enum
* line length
* insert brackets for line length and comparison
* indentation should now be ok for hound
changed api version to 0.10.4
* indentation should now be ok for hound
changed api version to 0.10.4
* updating requirement files
* satisfy lint
2019-01-25 19:00:37 +01:00
zewelor
d6c12e47f4
Fix cast platform album name property ( #20411 )
2019-01-25 18:49:50 +01:00
Jc2k
cea2bf94bd
Move homekit_controller entity types under homekit_controller platform ( #20376 )
...
* Move homekit_controller entity types under homekit_controller platform
* Update coveragerc as homekit_controller moved
2019-01-25 07:43:01 -08:00
jonudewux
1fcaaf93ad
Upgrade youtube_dl to 2019.01.24 ( #20408 )
2019-01-25 11:57:13 +01:00
Andrey Kupreychik
d4c7515681
Add time_throttle filter to sensor.filter ( #20334 )
...
* Added time_throttle filter
* Added time_throttle filter test
* Updated comments for time_throttle filter
2019-01-25 10:07:45 +00:00
Anders Melchiorsen
c94834d8f6
Add LIFX listen port advanced configuration ( #20299 )
2019-01-24 22:50:26 -08:00
emontnemery
ec5da05804
Add character encoding to MQTT automation. ( #20292 )
2019-01-24 22:43:56 -08:00
emontnemery
d84cd01cbf
Cleanup if discovered mqtt light can't be added ( #19740 )
...
* Cleanup if discovered mqtt light can't be added
* No bare except
* Clear ALREADY_DISCOVERED list with helper
* Use constant instead of string literal
2019-01-24 22:40:52 -08:00
emontnemery
a1da6a677a
Update device registry of MQTT Switch ( #19540 )
...
* MQTT Switch: Update device registry
* Move config_entry to constructor
* Remove duplicated code
* Fix merge error
2019-01-24 22:39:16 -08:00
Jasper van der Neut - Stulen
55943cfac0
Return windspeed and windgust in km/h instead of m/s. ( #20340 )
...
Darksky dev docs state (https://darksky/dev/docs ):
`ca: same as si, except that windSpeed and windGust are in kilometers per
hour`
2019-01-24 22:36:25 -08:00
Paulus Schoutsen
567e3e6e50
Merge pull request #20402 from home-assistant/rc
...
0.86.2
2019-01-24 21:01:22 -08:00
Paulus Schoutsen
259915eee9
Bumped version to 0.86.2
2019-01-24 19:34:10 -08:00
Paulus Schoutsen
d7859b5900
history allowed to load states with invalid entity IDs ( #20399 )
2019-01-24 19:34:02 -08:00
starkillerOG
ebcae2503c
Philips Hue - Remove unnessesary warning ( #20394 )
...
for white hue bulbs and bulbs from other brands like Ikea and Innr, this warning will be issued while this is not really a problem.
So just remove the warning.
2019-01-24 19:34:01 -08:00