Franck Nijhof
89cd5d46cd
Fix documentation URL in failed platform config check ( #28814 )
...
* Fix documentation URL in failed platform config check
* Replace pop from list by access using negative index
* Use of split instead of rsplit
2019-11-20 12:32:09 +01:00
Bram Kragten
7966411274
Bump version
0.102.0b2
2019-11-18 15:44:17 +01:00
Bram Kragten
bf4c81aa5e
Updated frontend to 20191118.0 ( #28852 )
2019-11-18 15:43:20 +01:00
cgtobi
d91eddc4f0
Update pyatmo to 3.0.1 ( #28829 )
2019-11-18 15:43:19 +01:00
Jackie Yang
fb1fd19aae
Fix miio air quality sensor ( #28828 )
...
Fix https://github.com/home-assistant/home-assistant/issues/28827
2019-11-18 15:43:18 +01:00
Michaël Arnauts
c6343c9e88
Fix Comfoconnect errors during startup ( #28802 )
...
* Add callback registrations to async_added_to_hass
* Fix CODEOWNERS
* Fix code formatting
* Requested changes.
* Don't pass unused hass and fix string formatting
* Fix import order.
2019-11-18 15:43:17 +01:00
Bram Kragten
b964fcc5b1
Updated frontend to 20191115.0 ( #28797 )
2019-11-18 15:43:17 +01:00
Peter Nijssen
31cbdbf1dd
Fix broken postnl sensor ( #28794 )
...
* fix broken postnl sensor
* make sure shipment list is not growing indefinitely
2019-11-18 15:43:16 +01:00
LeoCal
f8be1512b8
Fix Swisscom empty response received ( #28782 )
2019-11-18 15:43:15 +01:00
SukramJ
5ff24ecf77
Fix HomematicIP Cloud Alarm Control Panel support for basic mode ( #28778 )
2019-11-18 15:43:14 +01:00
Morten Trab
fe5f30ba78
Fix Repetier integration entity indexing ( #28766 )
...
* Fixed multi extruder/beds/chambers index issue, #28130
* Switched from .format to f style name formatting
* Fixed incorrect indexing
* Removed VS files
* Removed not need temp_id subtraction
* Removed VS files
* Fixed access mode
* Fixed access mode
* Fixing access mode - again
2019-11-18 15:43:13 +01:00
Tyler Page
5f0f5ca557
Fix changing venstar operation_mode ( #28754 )
2019-11-18 15:43:12 +01:00
fredericvl
1479e7353b
Change unique id for SAJ sensor based on device SN ( #28663 )
...
* Change unique id for SAJ sensor based on device SN
* Add SAJ device name + sn to state attributes
* Revert device state attributes (after review)
2019-11-18 15:43:12 +01:00
Brendon Baumgartner
326c25a766
Fix amazon dependency conflicts ( #28217 )
...
* fix amazon dependency conflicts
* bump boto3 for route53
2019-11-18 15:43:11 +01:00
Paulus Schoutsen
f5a9bcdf6d
Bumped version to 0.102.0b1
0.102.0b1
2019-11-14 14:36:30 +01:00
Paulus Schoutsen
af2443fb10
Fix account link version check ( #28770 )
2019-11-14 14:34:53 +01:00
Bram Kragten
520e4296ba
Updated frontend to 20191114.0 ( #28768 )
2019-11-14 14:34:53 +01:00
David F. Mulcahey
4f089aba35
Bump ZHA quirks to 0.0.28 ( #28750 )
2019-11-14 14:34:52 +01:00
Paulus Schoutsen
349e7b8cd1
Bumped version to 0.102.0b0
0.102.0b0
2019-11-13 13:55:02 +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