Paulus Schoutsen
d507adf13d
Updated frontend to 20190508.0
2019-05-08 20:20:26 -07:00
Pascal Vizeli
c5230f7585
Update azure-pipelines.yml for Azure Pipelines
2019-05-08 23:47:01 +02:00
Paulus Schoutsen
cc13713abd
No longer rely on requests ( #23685 )
...
* No longer rely on requests
* Lint
* Missed a few parts
* Fix types
* Fix more types
* Update __main__.py
* Fix tests
* Lint
* Fix script
2019-05-08 11:15:04 -07:00
Josef Schlehofer
f019e2a204
Upgrade zeroconf to 0.22.0 ( #23524 )
2019-05-08 08:40:00 -07:00
Jerry Chong
07126266dd
Update Sesame component to use Candy House's library using the V3 API ( #23621 )
...
* Update Sesame component to use Candy House's library using the V3 API
* Updated requirements_all.txt
* Fix pylint warning
* Revert back to ATTR_DEVICE_ID
2019-05-08 08:34:00 -07:00
Martin Hjelmare
c26af22edd
Refactor child validation ( #23482 )
...
* Try to make the process more readable and paritioned.
* Validate child values using set message.
* Only validate using relevant schemas.
* Extract node validation.
* Rework const types and schemas.
* Rework child validator.
* Enhance warning logging message.
2019-05-08 08:26:40 -07:00
Ville Skyttä
c384adeef4
Upgrade defusedxml to 0.6.0 ( #23651 )
2019-05-08 08:04:36 -07:00
Penny Wood
7f0953766b
Prompt for pin only on open / unlock ( #23751 )
...
* Prompt for pin only on open / unlock
* Fixed test cases
2019-05-08 07:55:30 -07:00
Pascal Vizeli
ce1974b014
Update azure-pipelines.yml for Azure Pipelines
2019-05-08 16:02:19 +02:00
carstenschroeder
8822f0140d
New cover platform for ADS integration ( #23377 )
...
* new cover platform
* improve logging II
* remove dependencies
* fix comment
* fix review findings
2019-05-08 14:08:26 +02:00
Fabian Affolter
45c041884a
Upgrade Mastodon.py to 1.4.0 ( #23753 )
2019-05-08 11:20:22 +02:00
Fabian Affolter
1ecb3de643
Upgrade numpy to 1.16.3 ( #23673 )
2019-05-08 09:17:41 +02:00
cgtobi
f0f6787bf9
Merge netatmo_public sensor into the netatmo integration ( #23531 )
...
* Merge netatmo public into netatmo integration
* Remove netatmo_public platform
* Remove dev log messages
* Improve error handling
* Check config for unsupported conditions
* Fix linter
* Reduce nested blocks
2019-05-08 08:26:52 +02:00
Paulus Schoutsen
3e788aa1d6
Updated frontend to 20190507.0
2019-05-07 22:55:59 -07:00
Paulus Schoutsen
f4016b4aad
Add integration step to onboarding ( #23732 )
...
* Return an extra oauth2 auth code during onboarding
* Areas in const
* Add integration step
* Lint
* Fix tests
* Fix test
* Verify integration added to done
* Verify step is marked as done
2019-05-07 22:51:24 -07:00
Paulus Schoutsen
07ee3b2eb9
Add update events to registries ( #23746 )
...
* Add update events to registries
* Add to websocket
2019-05-07 20:04:57 -07:00
Steven Looman
6e7a7ba4a0
Fix upnp logger name ( #23724 )
...
* Fix upnp logger name
* Fix more loggers
2019-05-07 15:52:48 -07:00
David Bonnes
7181d639fd
Add Intergas InComfort Lan2RF gateway ( #23736 )
...
* fixed __init__.py
* add sensors
* switch to parent-child architecture
* make binary_sensor the parent
* revert parent - to water_heater
* first working version
* working, delinted (except TODO)
* update to latest client library
* remove debug code
* delint
* tweak device_state_attributes
* tweak device_state_attrbutes
* minor tweaks
* bump client library for bugfix
* improve state attributes for pumping
* update .coverage
* bugfix - binary sensors not updating
* rename to incomfort from intouch
* fix coveragerc regression
* bump client (bugfix for /protected URL)
* bump client (bugfix for /protected URL) 2
* bump client
* remove debug code
* ready for PR
* fix regression
* use xx._boiler instead of xx._objref
* improve current_temperature and delint
* use current_operation instead of state
* refactor vol.Schema
* remove unneeded instance attribute
* remove unneeded instance attribute 2
* refactor device_state_attributes
* change 'boiler' to 'heater'
* change 'boiler' to 'heater' 2
* correct a typo
* bugfix: add missing comma
* small tidy-up
2019-05-07 23:53:55 +02:00
Paulus Schoutsen
0f174250cc
Update PR template ( #23520 )
...
* Update PR template
* Update config, PR template
2019-05-07 14:18:40 -07:00
Maciej Bieniek
16a27c3f2d
Add abbreviation for position_topic ( #23740 )
2019-05-07 22:20:55 +02:00
Fabian Affolter
b253c7499d
Upgrade aiodns to 2.0.0 ( #23743 )
2019-05-07 15:32:04 -04:00
Markus Jankowski
264e70922b
Fix effects on HUE integration for Osram bulbs ( #22789 )
...
* Fix hue effect for others
* New suggestion
* switched implementation to remove colorloop for osram bulbs
* Check ATTR_EFFECT in kwargs
* Fix tests
2019-05-07 09:53:14 -07:00
Richard Mitchell
482cb0146a
Fix Hue sensor integration with multiple bridges. ( #23713 )
2019-05-07 09:45:04 -07:00
Andrew Sayre
02d8731a61
Add HEOS sign-in/out services ( #23729 )
...
* Add HEOS sign-in/out services
* Fix typo in comment
2019-05-07 09:39:42 -07:00
Erik Montnemery
102beaa044
Add debug prints to sun ( #23598 )
...
* Add debug prints to sun
* Review comment
2019-05-07 09:37:08 -07:00
David Bonnes
6611d585e6
Add water_heater to geniushub, bump client library ( #23384 )
...
* add water_heater
* add geniushub/water_heater.py
* de-lint
* de-lint 2
* remove temperature from device state attribs
* update to latest client library
* add me as CODEOWNER
* bump client
* bump client
* delint/refactor
* Update homeassistant/components/geniushub/water_heater.py
Co-Authored-By: zxdavb <david@bonnes.me>
2019-05-07 17:37:47 +02:00
unixko
f386088def
add abbreviation for current_temperature_template ( #23733 )
2019-05-07 08:27:35 +02:00
rolfberkenbosch
c07c557298
Added new binary sensor meteoalarm to get weather alerts in Europe ( #23663 )
...
* Added new component meteoalarm
* Update sensor.py
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Added file CODEOWNERS
* Modified some code, thanks @amelchio
* removed Throttle because is not being used anymore
* Update _attributes ad _state
* some cleanup
* Update sensor.py
Change sensor to binarysensor
* Rename sensor.py to binary_sensor.py
rename the file
* Update binary_sensor.py
Removed BinarySensorDevice from class
* Update binary_sensor.py
Made a mistake with BinarySensorDevice
* Update binary_sensor.py
clean up white spaces
* Update binary_sensor.py
Fix BinarySensorDevice
* Update binary_sensor.py
cleanup the import libs
* modified __init__
* fix
* final fix, thanks @amelchio
* forgot to change the sensor.py
* correct some typo in text
* fix typos
* fix another typo
* fix typo
2019-05-07 08:19:29 +02:00
Pawel
1f551e5f6f
Add TTL support and custom headers support. ( #22988 )
...
* Add TTL custom support and custom headers support.
* fix pywebpush version
* removed whitespaces surrounding docstrings.
* fixes for tests
* priority option to data
* checking of ATTR_ENDPOINT
* change checking of target to vol.Schema
* more tests
2019-05-06 16:37:05 -07:00
Fabian Affolter
b60c815cde
Share snmp constants across all platforms ( #23678 )
...
* Share constants across all platforms
* Update .coveragerc
2019-05-06 23:31:03 +02:00
Andrew Sayre
074142400a
Fix SmartThings Samsung Air Conditioner Support ( #23706 )
...
* Bump pysmartthings to 0.6.8
* Fix AC climate device
* Fix stale comment
2019-05-06 10:21:16 -07:00
Daniel Høyer Iversen
d8a219fe0e
Upgrade switchbot , fixes #23702 ( #23716 )
2019-05-06 10:18:50 -07:00
William Scanlon
a0230482bd
Use the URL provided by the Wink API for subscriptions. ( #23710 )
...
* Use the URL provided by the Wink API for subscriptions.
* Changed python-wink version
2019-05-06 10:18:17 -07:00
Ville Skyttä
b9a72034f9
huawei_lte: handle icons for None sensor values gracefully ( #23649 )
2019-05-06 10:15:28 -07:00
Andrew Sayre
bf649e373c
Update IDs after firmware upgrade in HEOS ( #23641 )
...
* Initial work
* Update tests
2019-05-06 17:53:11 +02:00
David F. Mulcahey
73aadbe8bc
bump zha-quirks ( #23714 )
2019-05-06 08:35:11 -04:00
Fabian Affolter
e2afeca4fd
Upgrade sendgrid to 6.0.5 ( #23711 )
2019-05-06 07:13:16 -05:00
Fredrik Erlandsson
0dfa5f9ffd
Use local constant in Daikin for STATE_OFF ( #23712 )
2019-05-06 13:43:35 +02:00
Fabian Affolter
b331b081f0
Catch thethingsnetwork TypeError ( #23667 )
...
* Catch TypeError (fixes #23097 )
* Re-add return values
* Update homeassistant/components/thethingsnetwork/sensor.py
Co-Authored-By: fabaff <mail@fabian-affolter.ch>
2019-05-06 09:47:46 +02:00
Andrew Sayre
cf03e42773
Bump pyheos to 0.5.2 ( #23708 )
2019-05-06 07:07:41 +02:00
droopanu
f87209605b
Add a TCP timeout of 5 seconds to ffmpeg ( #23617 )
...
Add a TCP timeout of 5 seconds to ffmpeg to fix stream getting stuck when network connectivity is lost
https://github.com/home-assistant/home-assistant/issues/22741
2019-05-05 20:59:56 -04:00
ktnrg45
3e59e7f347
Add media_type_app to media_player ( #23666 )
...
* Add media_type_app
* Add MEDIA_TYPE_APP
* Bump 0.7.3
* Bump 0.7.3
* Bump 0.7.3
* typo
2019-05-05 18:53:08 -05:00
David F. Mulcahey
3dd1d3c418
Add additional single input cluster entries - ZHA ( #23697 )
...
* more profiles
* remove from binary sensor profile
* remove sensor profile mapping
2019-05-05 19:10:19 -04:00
Alexei Chetroi
8328ea6bd7
Bump ZHA modules versions. ( #23705 )
...
* Bump ZHA modules versions.
Bump bellows-homeassistant version.
Bump zigpy-homeassistant version.
Bump zigpy-xbee-homeassistant version.
* Update requirements_*.txt
2019-05-05 17:15:34 -04:00
Fredrik Erlandsson
9c1bbd1d9d
Add support for SET_AWAY_MODE and TURN_ON/OFF on Daikin Climate ( #23585 )
...
* add support for on/off on daikin climate
* add support for away mode on daikin climate
2019-05-05 15:17:01 -05:00
Martin Hjelmare
8500244f8c
Move owntracks device tracker test under owntracks ( #23701 )
2019-05-05 21:39:51 +02:00
Anders Melchiorsen
2efc1de349
Move Sonos services to sonos domain ( #23670 )
2019-05-05 14:25:57 -05:00
Martin Hjelmare
4796d674e6
Clean up device tracker tests ( #23695 )
...
* Clean up device tracker tests
* Fix async load config in device tracker tests.
* Clean up lint in device tracker tests.
* Sort device tracker tests imports.
* Patch config saving in device tracker tests.
* Rename fixture.
* Rename some tests that had long cryptic names.
* Replace calls to device_tracker.async_setup
2019-05-05 14:14:46 -05:00
Martin Hjelmare
4fe0cd76f8
Clean up mqtt device tracker tests ( #23700 )
...
* Move mqtt device tracker test under mqtt dir
* Patch config file load and save
* Clean up
* Sort imports
* Put expected value last in assertions
2019-05-05 11:50:38 -07:00
Julius Mittenzwei
c0f9ccfdbb
Update requirements for pyvlx. ( #23694 )
2019-05-05 19:19:35 +02:00