HomeAssistant Azure
d3511a3496
[ci skip] Translation update
2020-01-26 00:33:06 +00:00
Jens Østergaard Nielsen
353a014496
Fix the ihc.set_runtime_value_int service function not working with templates ( #31145 )
...
* Make the set_runtime_value_int function work with template values
* Use newest version of the ihcsdk library
* Make the set_runtime_value_int function work with template values
* Use newest version of the ihcsdk library
* Updated to the newest ihcsdk 2.5.0
* Formatted changes to make it pass CI tests
2020-01-26 00:37:31 +01:00
Matt Snyder
e4832ee4d0
Remove Owlet component ( #31160 )
...
* Remove owlet component
* Remove owlet from requirements_all.txt
2020-01-25 21:08:36 +01:00
Quentame
c481a48e3a
Separate iCloud class ( #31022 )
...
* Separate iCloud class
* Update .coveragerc
* Fix pipe
2020-01-25 13:24:50 -05:00
Josh Bendavid
6f1c45257a
Fix state handling for older webos versions ( #31099 )
...
* fix state handling for older webos versions
* update aiopylgtv to 0.3.2
2020-01-25 13:24:21 -05:00
Bill Durr
e16e192b3c
improvements to zha cover ( #31144 )
2020-01-25 13:20:59 -05:00
Alexei Chetroi
217e280f8b
Update ZHA remotes registry to proper identify "remotes ( #31146 )
...
* Update ZHA remote device types.
* Remove `binary_sensor` entity from affected devices.
* Update ZHA Profiles.
Prevent DeviceType.ON_OFF_LIGHT_SWITCH from creating entities.
* Update tests and remove unused entities.
2020-01-25 12:42:19 -05:00
Ville Skyttä
80a55360dc
Remove no longer used Hound config ( #31154 )
2020-01-25 12:48:32 +01:00
Ville Skyttä
98ac84349c
Fix Huawei LTE SMS recipient setting from options UI ( #31117 )
...
* Fix Huawei LTE SMS recipient setting from options UI
Refs https://github.com/home-assistant/home-assistant/issues/30827
* Use core interfaces in tests
* ...more
2020-01-25 13:09:43 +02:00
Aaron Bach
a007835293
Fix RainMachine update action ( #31147 )
2020-01-24 23:42:59 -07:00
Aaron Bach
550aa6a0a5
Add smarter API usage for RainMachine ( #31115 )
...
* Make RainMachine smarter with API usage
* Remove debug statements
* Fix deregistration
* Code review comments
* Code review
* Use an asyncio.Lock
* Remove unnecessary guard clause
* Ensure registation lock per API category
2020-01-24 21:31:14 -08:00
Aaron Bach
cf165cc35f
Make SimpliSafe integration more resilient to SimpliSafe cloud issues ( #31116 )
...
* Make SimpliSafe integration more resilient to SimpliSafe cloud issues
* Clear emergency refresh token
* Stop listening when appropriate
* Cleanup
* Saving refresh token should happen after all updates
* Code review
2020-01-24 21:19:40 -07:00
ochlocracy
0eee152386
Include supported states in Alexa SecurityPanelController configuration object ( #31120 )
...
* Update Security Panel Controller.
* Update Security Panel Controller.
* Sort imports.
2020-01-24 17:57:58 -08:00
HomeAssistant Azure
71ae4b2623
[ci skip] Translation update
2020-01-25 00:31:41 +00:00
Paulus Schoutsen
f4626375f3
Fix when you have two wemo devices ( #31139 )
2020-01-24 14:59:54 -08:00
Franck Nijhof
c0bc4bb550
Add logo & icon support to Manifest ( #31131 )
...
* Add logo & icon support to Manifest
* Add URL validation
2020-01-24 14:36:22 -08:00
Ville Skyttä
9795449d22
Make pylint fail on informational messages too ( #31136 )
...
Refs https://github.com/PyCQA/pylint/issues/3250
2020-01-24 23:27:15 +02:00
Paulus Schoutsen
98bac43228
Validate coveragerc with hassfest ( #31112 )
...
* Validate coveragerc
* Test if files exists
* Print progress
* Flush
2020-01-24 10:25:46 -08:00
Franck Nijhof
7e4b9adc3d
Rewrite of Spotify integration ( #30717 )
...
* Rewrite of Spotify integration
* Update homeassistant/components/spotify/config_flow.py
Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>
* Remove configurator dependency
* Strip whitespace from device model in case Spotify product is missing
* Ensure domain dict exists in hass data on setup entry
* Simply config validation for client id and secret
* Abort flow on any exception from spotipy
* Add tests for config flow
* Gen requirements all
* Add test package __init__
* Remove Spotify from coveragerc
* Made alias handling more robuust
* Fix supported_features for Spotify free and open accounts
* Improve error message in the logs
* Re-implement Spotify media_player
* Change media content type when play a playlist
* Process review suggestions
* Move Spotify init, static current user and supported_features
* Remove unneeded me call
* Remove playlist content type due to frontend issues
* Improve playlist handling, when context is missing
* Handle entity disabled correctly
* Handle being offline/unavailable correctly
* Bump Spotipy to 2.7.1
* Update coverage RC, mark integration silver
* Remove URI limitation, lib supports all Spotify URI's now
* Final cleanup
* Addresses Pylint error
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-24 18:47:22 +01:00
Franck Nijhof
4571cf01e2
Update Hue existing config entry with discovery data ( #31087 )
...
* Update Hue existing config entry with discovery data
* Updated method documentation comments
* Update implementation to match latest dev
* Use named argument for clarity
2020-01-24 09:07:53 -08:00
SukramJ
1effd605a5
Remove unused async_setup_platform ( #31132 )
2020-01-24 17:33:23 +01:00
Michael Dokolin
30249d1428
Fix Template components to process entity_id configuration option ( #31084 )
...
* Fix Template Cover component to process entity_id configuration option
* Fix Template Light component to process entity_id configuration option
* Empty commit to re-trigger build
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-24 12:40:00 +01:00
Desausoi Laurent
6ff572d1dd
Add Buienradar camera for Belgium ( #30399 )
...
* Buienradar Camera for Belgium
* Voluptuous check for country code
* Black formatting
* Testing for Buienradar Belgium
* Changed MULTIPLE CHOICE variable name
* Changes from frenck review
2020-01-24 12:38:35 +01:00
Paulus Schoutsen
b4f3415eb9
Update cast to 4.1.1 ( #31113 )
2020-01-24 09:20:47 +01:00
Josef Schlehofer
ca591d591f
Upgrade youtube_dl to version 2020.01.24 ( #31124 )
2020-01-24 00:07:36 -08:00
Raman Gupta
1de003487e
Fix connection failure log message in async_setup_entry for Vizio component ( #31097 )
...
* remove connection check during setup since it is already done during config flow
* revert change and fix log message
* demote connection setup to warning
2020-01-24 07:39:28 +01:00
HomeAssistant Azure
6da2904e12
[ci skip] Translation update
2020-01-24 00:31:41 +00:00
Franck Nijhof
47b708974d
Add disabled entities support to AdGuard ( #31106 )
2020-01-24 00:50:59 +01:00
Markus Pöschl
7fed328e1c
Use speak2mary for MaryTTS integration and enable sound effects ( #30805 )
...
* Use speak2mary for MaryTTS integration and enable sound effects
* Replace static defaults for effects with user configured ones
2020-01-23 22:45:06 +01:00
Paolo Tuninetto
fc95744bb7
Change Samsung TV state detection ( #30236 )
...
* Changed Samsung TV state detection
* Trying codecov fix
* Update Rewritten
* Changed update method
* Timeout handling
* Fixed autodetect tests
* Fixed last test
* Added test to complete codecov
* Removed state settings in send_key method
* Fixed pylint
* Fixed some tests
* codecov fix
2020-01-23 21:43:30 +01:00
Franck Nijhof
b743f9b8f6
Add update_entry dict to unique ID flow abort helper ( #31090 )
...
* Add update_entry dict to unique ID flow abort helper
* Process review suggestions
* Process review suggestions
* Add additional test
2020-01-23 11:21:19 -08:00
Fabian Affolter
bdd73b03b5
Upgrade shodan to 1.21.3 ( #31111 )
2020-01-23 19:49:01 +01:00
uvjustin
910a0bc870
Allow framerates less than 1 ( #31108 )
2020-01-23 10:14:47 -08:00
tetienne
1a1ef7680d
Add temperature support to light template ( #30595 )
...
* Add temperature support
* Use guard clause
2020-01-23 09:18:59 -08:00
Michael Dokolin
894b841a15
Fix HomeKit window covering to support float numbers in the position ( #31081 )
...
* Fix HomeKit window covering to support float numbers in the position
* Fix HomeKit window covering to cast current position to an integer value
2020-01-23 09:02:44 -08:00
mindigmarton
bfea9863f1
Update emulated_roku to 0.2.1 ( #31100 )
2020-01-23 17:12:20 +01:00
Franck Nijhof
e9eaa6536d
Upgrade sqlalchemy to 1.3.13 ( #31101 )
2020-01-23 17:10:40 +01:00
Franck Nijhof
c563652574
Cleanup of PR and issue templates ( #31070 )
...
* Remove old issue template
* Small wording improvement
* Consistency
* Configuration fix
* Process review suggestions
2020-01-23 11:55:29 +01:00
Robin
c71ae090fc
Add sighthound integration ( #28824 )
...
* Add component files
* Add test state
* Adds person detected event
* Update CODEOWNERS
* Updates requirements
* remove unused datetime
* Bump sighthound version
* Update CODEOWNERS
* Update CODEOWNERS
* Create requirements_test_all.txt
* Address reviewer comments
* Add test for bad_api_key
2020-01-23 09:30:06 +01:00
Aaron Bach
73a55825af
Remove monitored conditions from RainMachine ( #31066 )
...
* Remove monitored conditions from RainMachine
* Migrate config entry
* Revert "Migrate config entry"
This reverts commit 84fcf5120f
.
* Code review comments
* Disable some entities by default
2020-01-22 20:49:47 -08:00
Fredrik Erlandsson
3fc86988fa
pydaikin version bump ( #31080 )
2020-01-22 18:09:52 -08:00
James Hilliard
d8eca8e303
Add keep-alive which is required for some hlk-sw16 variants ( #31062 )
2020-01-22 17:57:55 -08:00
springstan
b7678f526c
Deprecate hook integration ( #31046 )
2020-01-22 17:50:24 -08:00
Jonathan Keljo
572b81e7e0
Add myself to owners for components I contributed ( #31020 )
...
* Add myself to owners for components I contributed
* Update CODEOWNERS
2020-01-22 17:49:00 -08:00
Aaron Bach
288574b8d1
Remove monitored conditions from OpenUV ( #31019 )
...
* Remove monitored conditions from OpenUV
* Code review comments
2020-01-22 17:48:20 -08:00
Paulus Schoutsen
80887d757a
Simplify automation services ( #30996 )
...
* Simplify automation services
* Empty commit to re-trigger build
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-22 17:46:12 -08:00
Raman Gupta
192b656635
Code Cleanup for Vizio component ( #31076 )
...
* code cleanup
* dont use named arguments for positional arguments
* remove extra comma
2020-01-23 01:55:34 +01:00
HomeAssistant Azure
a0d2a3c6c5
[ci skip] Translation update
2020-01-23 00:31:52 +00:00
Paulus Schoutsen
0fba9e44ed
Migrate zone to use collection helpers ( #30774 )
2020-01-22 12:36:25 -08:00
Maciej Bieniek
4c27d6b9aa
Add zeroconf discovery support to Brother Printer integration ( #30959 )
...
* Add zeroconf discovery support
* Fix data for config_entry
* Add sting for zeroconf confirm dialog
* Add and fix tests
* Fix pylint errors
* Suggested changes
* Tests
* Remove unnecessary object
* Add error handling
* Remove unnecessary objects
* Suggested change
* Suggested change
* Use core interfaces for tests
2020-01-22 11:34:11 -08:00