Diogo Gomes and Paulus Schoutsen
3b5ed7a20f
Fix track_change error in utility_meter ( #21134 )
...
* split validation
* remove any()
2019-02-17 20:40:51 -08:00
CV and Andrew Sayre
ce7f678b9b
RSSI_PEER and RSSI_DEVICE are different things ( fixes #20900 ) ( #20902 )
...
* Fix #20900 : RSSI_PEER and RSSI_DEVICE are different things
This change is fixing issue #20900 .
Wireless actors are having two RSSI values. The way the component was programmed one of them was overwritten.
* Added deprecation comment
* Fixed long line
* Fix: pylint comment
* Lint
* flake8
* flake8 again
* Update __init__.py
2019-02-17 20:53:57 -06:00
lapy and Martin Hjelmare
425b9851fc
Add traccar monitored_conditions option ( #21149 )
...
* Add traccar monitored_conditions option
User defined additional parameters to track from the traccar platform
* Version bump for pytraccar client
* Update traccar.py
* Remove default value
* Update homeassistant/components/device_tracker/traccar.py
Co-Authored-By: lapy <lapy@users.noreply.github.com >
* Update traccar.py
2019-02-17 23:38:04 +01:00
ktnrg45 and Charles Garwood
72ef9670e6
Add component media player.ps4 ( #21074 )
...
* Added PS4/ __init__.py
* Create en.json
* Create config_flow.py
* Create const.py
* Create media_player.py
* Create services.yaml
* Create strings.json
* Create __init__.py
* Add test_config_flow.py/ Finished adding PS4 files
* Rewrote for loop into short-hand
* bumped pyps4 to 0.2.8
* Pass in helper()
* Rewrite func
* Fixed test
* Added import in init
* bump to 0.2.9
* bump to 0.3.0
* Removed line
* lint
* Add ps4 to flows list
* Added pyps4-homeassistant with script
* Added pyps4
* Added pypys4 to test
* removed list def
* reformatted service call dicts
* removed config from device class
* typo
* removed line
* reformatted .. format
* redefined property
* reformat load games func
* Add __init__ and media_player.py to coveragerc
* Fix for test
* remove init
* remove blank line
* remove mock_coro
* Revert "remove init"
This reverts commit b68996aa34699bf38781e153acdd597579e8131f.
* Correct permissions
* fixes
* fixes
2019-02-17 15:41:55 -05:00
lapy and Martin Hjelmare
4e7cfc923d
Add traccar scan_interval configuration option ( #21079 )
...
* Added scan_interval configuration option
* Fixed trailing whitespace and indentation
* Update traccar.py
* Update homeassistant/components/device_tracker/traccar.py
Co-Authored-By: lapy <lapy@users.noreply.github.com >
2019-02-17 17:55:06 +01:00
Robert Svensson and GitHub
9251860201
Logging to find what deCONZ events get created ( #20551 )
...
* Helpful logging to easily find what events get created
2019-02-17 16:58:46 +01:00
Daniel Perna and GitHub
847711ddc9
Add webhook support for Netatmo Cameras ( #20755 )
...
Add webhook support for Netatmo Cameras
2019-02-17 12:31:47 +01:00
René-Marc Simard and Martin Hjelmare
33b8dbe73a
Return None if no GTFS departures found ( #20919 )
2019-02-17 11:46:08 +01:00
msvinth and Anders Melchiorsen
df598544d6
Make Netatmo able to discover both Weather station and Health Coach ( #20274 )
...
* Resolve conflicts and review comments
* Corretly handle HomeCoach in manual setup
* Fix code reivew comments
* Move import back int methods
* Formatting fix
* Lint fix
2019-02-17 11:45:58 +01:00
Ville Skyttä and Fabian Affolter
816364bfd9
Upgrade pytest to 4.2.1 ( #21112 )
...
* Upgrade pytest to 4.2.0
* Upgrade pytest to 4.2.1
* Make litejet switch test work with pytest 4.2
2019-02-17 09:55:33 +01:00
Paulus Schoutsen and Paulus Schoutsen
7d111c2b4e
Bump pychromecast to 2.5.2 ( #21127 )
0.88.0b2
2019-02-16 23:52:26 -08:00
Paulus Schoutsen and Paulus Schoutsen
30c8c689d8
Handle ValueError ( #21126 )
2019-02-16 23:52:25 -08:00
cdce8p and Paulus Schoutsen
017f34770b
Fix battery_level error - HomeKit ( #21120 )
2019-02-16 23:52:25 -08:00
Paulus Schoutsen
f881a3af82
Bumped version to 0.88.0b2
2019-02-16 23:52:04 -08:00
Otto Winter and Paulus Schoutsen
6f0b853547
Update bootstrap.py
2019-02-16 23:51:59 -08:00
Otto Winter and Paulus Schoutsen
9696a8b8a9
Add persistent notification
2019-02-16 23:51:59 -08:00
Otto Winter and Paulus Schoutsen
219ca336a9
Lint
2019-02-16 23:51:59 -08:00
Otto Winter and Paulus Schoutsen
26a79dff99
Fix tests
2019-02-16 23:51:59 -08:00
Otto Winter and Paulus Schoutsen
0023da778a
Add legacy PLATFORM_SCHEMA config validation
2019-02-16 23:51:59 -08:00
Rohan Kapoor and Paulus Schoutsen
84053103f0
Deprecate conf_update_interval ( #20924 )
...
* Deprecate update_interval and replace with scan_interval
* Update tests
* Fix Darksky tests
* Fix Darksky tests correctly
This reverts commit a73384a223ba8a93c682042d9351cd5a7a399183.
* Provide the default for the non deprecated option
* Don't override default schema for sensors
2019-02-16 23:48:37 -08:00
Diogo Gomes and Paulus Schoutsen
bc17adda8d
Don't expose services in Utility_Meter unless tariffs are available ( #20878 )
...
* only expose services when tariffs configured
* don't register services multiple times
2019-02-16 23:48:37 -08:00
Jason Hu and Paulus Schoutsen
2155a861cd
Remove outdated url pattern match support for static file hosting ( #21109 )
2019-02-16 23:06:42 -08:00
Paulus Schoutsen and GitHub
f1b84962ed
Add legacy PLATFORM_SCHEMA config validation ( #21072 )
...
* Add legacy PLATFORM_SCHEMA config validation
* Fix tests
* Lint
* Add persistent notification
* Update bootstrap.py
2019-02-16 23:05:06 -08:00
cdce8p and Paulus Schoutsen
9125e49628
Fix battery_level error - HomeKit ( #21120 )
2019-02-16 23:04:29 -08:00
Markus Jankowski and Martin Hjelmare
8c5763624c
Add Groups to Homematic IP ( #21076 )
...
* Added HmIP-Groups
* Fix imports
* Removed config options from conflig_flow
* fix tests
* Removed config options
* reverted smaller code changes
* changes after review
* minor fix
* Fixed comments
2019-02-17 06:24:13 +01:00
Rohan Kapoor and Martin Hjelmare
481439d387
Deprecate conf_update_interval ( #20924 )
...
* Deprecate update_interval and replace with scan_interval
* Update tests
* Fix Darksky tests
* Fix Darksky tests correctly
This reverts commit a73384a223ba8a93c682042d9351cd5a7a399183.
* Provide the default for the non deprecated option
* Don't override default schema for sensors
2019-02-17 06:23:09 +01:00
Matthew Garrett and GitHub
ad9ec2190c
Merge pull request #21133 from mjg59/eufy
...
Update Lakeside dependency in Eufy component
2019-02-16 20:59:20 -08:00
Diogo Gomes and Paulus Schoutsen
9cab597bc4
Don't expose services in Utility_Meter unless tariffs are available ( #20878 )
...
* only expose services when tariffs configured
* don't register services multiple times
2019-02-16 20:04:56 -08:00
Paulus Schoutsen and GitHub
9c92880b5a
Handle ValueError ( #21126 )
2019-02-16 19:38:52 -08:00
Paulus Schoutsen and Charles Garwood
ea592a003b
Bump pychromecast to 2.5.2 ( #21127 )
2019-02-16 20:48:43 -05:00
Matthew Garrett
451241b481
Update Lakeside dependency in Eufy component
...
This should fix #16834
2019-02-16 15:43:30 -08:00
Nick Horvath and Paulus Schoutsen
c91512d55d
Bump thermoworks_smoke version to get new pyrebase version ( #21100 )
2019-02-16 12:15:15 -08:00
Paulus Schoutsen
d34fe106e4
Updated frontend to 20190216.0
2019-02-16 12:15:04 -08:00
Paulus Schoutsen
66267474dc
Updated frontend to 20190216.0
2019-02-16 12:00:04 -08:00
Fabian Affolter and GitHub
1a6c79d5e2
Order imports ( #21117 )
2019-02-16 17:03:08 +01:00
Otto Winter and GitHub
a49686879d
Update bootstrap.py
2019-02-16 14:51:30 +01:00
Nick Horvath and Martin Hjelmare
f7d9031486
Bump thermoworks_smoke version to get new pyrebase version ( #21100 )
2019-02-16 11:18:13 +01:00
Andrew Sayre and Martin Hjelmare
b39b66ef65
Fix SmartThings Translation Error ( #21103 )
2019-02-16 10:49:24 +01:00
Matt Snyder and Martin Hjelmare
4c23ccad98
Owlet baby monitor component ( #21108 )
2019-02-16 10:12:16 +01:00
David Barrera and Fabian Affolter
4509caefde
Add index parameter to scrape sensor ( #21084 )
...
* Add index parameter to scrape sensor
The scrape sensor selects the first element of the list returned by
BeautifulSoup. This commit adds an optional index parameter to allow the
selection of a different element from the list of results. To make this
a non-breaking change, if no index value is configured, the sensor
defaults to the previous behaviour of returning the first element.
* Set default value for index to avoid later checks
2019-02-16 09:29:24 +01:00
Paulus Schoutsen
5cf936c777
Bumped version to 0.88.0b1
0.88.0b1
2019-02-15 10:32:28 -08:00
Aaron Bach and Paulus Schoutsen
91a2c73a2c
Bump aioambient to 0.1.2 ( #21098 )
2019-02-15 10:32:23 -08:00
Paulus Schoutsen and Paulus Schoutsen
90da9120e8
Update pychromecast ( #21097 )
2019-02-15 10:32:23 -08:00
Paulus Schoutsen and Paulus Schoutsen
da672c6593
Fix hue retry crash ( #21083 )
...
* Fix Hue retry crash
* Fix hue retry crash
* Fix tests
2019-02-15 10:32:22 -08:00
Paulus Schoutsen and Paulus Schoutsen
2de65af3fa
Check against unlinked user ( #21081 )
2019-02-15 10:32:22 -08:00
Phil Hawthorne and Paulus Schoutsen
dc606b40ac
Set uvloop version consistent with hass.io ( #21080 )
...
This sets the uvloop version in Docker containers to 0.11.3, which is the
same version that hass.io uses.
uvloop might be causing issues with some Docker containers on some host
systems, as reported in #20829
2019-02-15 10:32:21 -08:00
Paulus Schoutsen
8973852a2e
Fix pushover schema
2019-02-15 10:32:05 -08:00
David F. Mulcahey and Paulus Schoutsen
2b6b922e3f
Set ZHA device availability on new join ( #21066 )
...
* set availability on device join
* fix new join test
2019-02-15 10:30:43 -08:00
Aaron Bach and Paulus Schoutsen
539d24dd60
Bump aioambient to 0.1.2 ( #21098 )
2019-02-15 10:28:23 -08:00
Phil Hawthorne and Paulus Schoutsen
9203ae201f
Set uvloop version consistent with hass.io ( #21080 )
...
This sets the uvloop version in Docker containers to 0.11.3, which is the
same version that hass.io uses.
uvloop might be causing issues with some Docker containers on some host
systems, as reported in #20829
2019-02-15 10:25:03 -08:00