Aaron Bach
fae8cd48c4
Add small speed improvement when unloading OpenUV ( #28758 )
2019-11-13 14:27:15 -07:00
Aaron Bach
31131e4ac6
Add small speed improvement when unloading Notion ( #28757 )
2019-11-13 14:26:52 -07:00
Aaron Bach
c27b94c0e5
Add small speed improvement when unloading Ambient PWS ( #28756 )
2019-11-13 14:25:49 -07:00
Aaron Bach
8789da36be
Add support for SimpliSafe locks ( #28672 )
...
* Start
* Lock init
* More stubbing
* Final pieces for PR
* Fixed incorrect property access
* Updaed .coveragerc
* Ensure we can handle unknown states
* Account for lock's offline property
* Account for device online
* Unload components concurrently
* Handle unknown states more gracefully
2019-11-13 20:48:08 +01:00
Bram Kragten
15e6278a2e
Add config entry and device support to Demo ( #28702 )
...
* Add config entry and device support to Demo
* Some more devices
* Fix tests using demo
* Review comments
* Update config_flow.py
* Revert
* Disable pylint
2019-11-13 16:37:31 +01:00
mvn23
15ce738357
Bump pyotgw to 0.5b1 ( #28751 )
2019-11-13 09:32:22 -05:00
David F. Mulcahey
376e3def1d
Bump ZHA quirks to 0.0.28 ( #28750 )
2019-11-13 09:25:45 -05:00
Thomas Germain
ec45e72bea
Add verisure ethernet status ( #28656 )
2019-11-13 14:12:36 +01:00
Paulus Schoutsen
8f390d099a
Merge remote-tracking branch 'origin/master' into dev
2019-11-13 13:54:31 +01:00
Thomas
fe942c40a0
Correct openalpr_local config option name ( #28746 )
...
Previously was "alp_bin" now "alpr_bin" like it is outlined in the documentation (https://www.home-assistant.io/integrations/openalpr_local/ )
2019-11-13 12:11:09 +01:00
Ville Skyttä
a48d426f18
Travis and tox config improvements ( #28667 )
...
* Use travis_wait only with pylint
pylint is the only job that is expected to be silent for extended time.
For others such a silence is a sign of a problem and using travis_wait
just lengthens the wait, and makes things harder to follow and debug,
because it also suppresses output in the web UI.
* Use pytest-xdist in tox
Similarly as in Azure.
2019-11-13 08:50:35 +01:00
Fabian Affolter
b4cec23add
Upgrade psutil to 5.6.5 ( #28717 )
2019-11-13 08:43:14 +01:00
Dave T
4bcc669d19
Add device classes to weather sensors. ( #28512 )
2019-11-13 08:42:46 +01:00
Steven Looman
d7f45a47f5
Upgrade async_upnp_client==0.14.12 ( #28733 )
2019-11-13 07:43:38 +01:00
Fredrik Erlandsson
70e8c58254
version bump pypoint ( #28737 )
2019-11-13 07:42:12 +01:00
HomeAssistant Azure
d2d9f09f13
[ci skip] Translation update
2019-11-13 00:32:12 +00:00
Paulus Schoutsen
5961215e6e
Set up Almond Web to connect to HA ( #28603 )
...
* Set up Almond Web to connect to HA
* Add missing string
* Add type
2019-11-12 11:01:19 -08:00
Otto Winter
a1f2b6d402
ESPHome fix missing state in certain circumstances ( #28729 )
...
* Fix ESPHome having missing state in certain situations
Fixes https://github.com/esphome/issues/issues/828
* Update requirements_all
* Also fix climate preset mode
2019-11-12 09:26:46 -08:00
Paulus Schoutsen
fc04b3e31c
Remove choice word when Almond has choices ( #28725 )
2019-11-12 09:22:28 -08:00
jjlawren
5f177fa42e
Use library method for season number ( #28708 )
2019-11-12 10:05:30 -06:00
Kevin Eifinger
48fd95c7db
Fix Here Travel Time unable to find entity on startup ( #27237 )
...
* add support for entity_id as state of entity
* add circular reference detection
* voluptuous instead of regex
* wait for EVENT_HOMEASSISTANT_START
* move delayed_sensor_update to async_added_to_hass
* add @callback decorator
* remove nested entity resolving
2019-11-12 15:04:17 +01:00
Fabian Affolter
1208ab4c76
Upgrade discogs_client to 2.2.2 ( #28723 )
2019-11-12 12:28:34 +01:00
SukramJ
e8348221d4
Allow preset boost for Homematic IP Cloud power switches ( #28713 )
...
* Allow preset boost for Homematic IP Cloud power switches
* Sort Imports
* Add test
* align test data
2019-11-12 11:32:32 +01:00
Federico Leoni
4f11eec1a1
Update binary_sensor.py ( #28707 )
...
* Update binary_sensor.py
* Fix style issues
2019-11-12 09:53:08 +01:00
jjlawren
87606bc12b
Bump plexapi to 3.3.0 ( #28709 )
...
* Bump plexapi to 3.2.0
* Bump to 3.3.0
2019-11-11 19:30:07 -08:00
Aaron Bach
a89b4011ee
Ensure SimpliSafe alarm control panels can return from being offline ( #28710 )
2019-11-11 18:55:31 -07:00
Alexei Chetroi
cfa689c3a6
Bump up ZHA dependencies. ( #28711 )
2019-11-11 20:53:23 -05:00
HomeAssistant Azure
25b0631264
[ci skip] Translation update
2019-11-12 00:32:11 +00:00
GaryOkie
a9a1c2b91d
Update Homekit climate.py to remap current mode ( #28625 )
...
* Update Homekit climate.py to remap current mode
This update changes the mapping of Homekit's Current Mode Heating/Cooling State to show the HASS Hvac_action attribute as "idle" instead of "off" when the returned value is 0.
* Update climate.py
removed imported constant no longer being used (CURRENT_HVAC_OFF)
* corrected update to climate.py
trying again to remove unused constant.
* Update test_climate.py
* removed "change" comment
The added comment describing the change was not needed and should not be included, as it will already be described via "git annotate" (per @jc2k)
2019-11-12 00:35:09 +01:00
Quentame
decab3e15b
Add config flow tests for OwnTracks ( #28644 )
...
* Add config flow tests for OwnTracks
* Fix pylint
* Woops, uncomment test
* Woops again, logs removed
* Review from @MartinHjelmare + fix pylint
2019-11-11 21:30:00 +01:00
jjlawren
cfcacc2827
Bump plexwebsocket to 0.0.5 ( #28703 )
2019-11-11 19:26:56 +01:00
Bas Nijholt
3ce850234f
fix typo in comments ( #28694 )
...
The global is called `PARALLEL_UPDATES` not `PARALLEL_UPDATE`.
2019-11-11 13:51:26 +01:00
Bram Kragten
90e723e25e
Allow icons to be masked ( #28692 )
2019-11-11 02:53:57 -08:00
Kevin Lee
7bfde2dd33
Add Lutron hybrid keypad raise/lower buttons ( #28674 )
...
* Lutron: Add support for hybrid keypad raise/lower buttons
* Add MasterRaiseLower
2019-11-11 08:07:48 +01:00
Teemu R
b6c7976477
Add xiaomi_miio chuangmi.plug.hmi206 ( #28688 )
...
Related: https://github.com/rytilahti/python-miio/issues/574
2019-11-11 07:59:07 +01:00
Jon Gilmore
aea7c1c0ce
Add codeowner for lutron integration ( #28682 )
...
* add codeowner for lutron integration
* ran hassfest
2019-11-11 01:51:24 +01:00
HomeAssistant Azure
0ac8b297cd
[ci skip] Translation update
2019-11-11 00:32:13 +00:00
Rohan Kapoor
65dd7d998b
#28645 : Bump up zm-py to 0.4.0 ( #28681 )
2019-11-10 13:51:00 -08:00
Bram Kragten
66a574eca4
Hue: store current sensor entities by bridge ( #28679 )
2019-11-10 11:37:34 -08:00
jjlawren
206547a5d8
Skip updating idle Plex clients ( #28664 )
...
* Skip updating idle clients
* Different operators
2019-11-10 11:35:12 +01:00
Per Sandström
a9536e4ed1
verisure autolock service ( #27366 )
2019-11-10 08:25:10 +01:00
HomeAssistant Azure
65bf0a30f0
[ci skip] Translation update
2019-11-10 00:32:12 +00:00
jjlawren
ef687a36ff
Add Plex debug logging ( #28665 )
2019-11-09 17:02:56 -06:00
Gerard
25f0b70966
Upgrade bimmer_connected to 0.6.2 ( #28651 )
...
* Upgrade bimmer_connected to 0.6.1
* Remove time.sleep from library
2019-11-09 23:43:04 +01:00
Aaron Bach
179a2eb187
Create base entity for SimpliSafe
2019-11-09 23:41:02 +01:00
Franck Nijhof
a39cac765e
Add sensor platform to WLED integration ( #28632 )
...
* Add sensor platform to WLED integration
* Process review comments
2019-11-09 20:18:41 +01:00
Martin Hjelmare
fc95a3d088
Fix xiaomi vacuum tests ( #28658 )
...
* Fix xiaomi exceptions test
* Fix xiaomi_specific_services test
* Fix remaining xiaomi miio vacuum tests
* Clean up
2019-11-09 14:07:01 +01:00
bluestripe
0954f7d3be
Add bluesound speaker group attribute ( #28142 )
...
* Added bluesound speaker group attribute.
* Changed code to fix failing tests.
* Changed condition checking for empty group list.
* Investigating CI pipeline error
* Changed back to the code that passed CI earlier
* Changed condition on existence of list and sorting of bluesound_group
* Re-introduced guard on group_name None
2019-11-09 08:16:53 +01:00
Shulyaka
58eeea903f
Add pcal9535a integration ( #26563 )
...
* Support for PCAL9535A chip
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com >
* Code review changes
* Code review changes
* Fix import order
* Fix import order
* Apply suggestions from code review
2019-11-09 08:14:46 +01:00
shred86
97224df4fd
Fix Abode capture_image and trigger_quick_action services ( #28546 )
...
* Fix Abode services
* Bump abodepy version
* Updated using dispatcher helper
* Code review fixes
* Removed init method from AbodeQuickActionBinary Sensor
2019-11-09 07:35:45 +01:00