Ville Skyttä
9892564ab5
Upgrade rflink to 0.0.50, ignore_devices now supports * and ? anywhere ( #30268 )
...
https://github.com/aequitas/python-rflink/releases/tag/0.0.50
https://github.com/aequitas/python-rflink/releases/tag/0.0.49
https://github.com/aequitas/python-rflink/releases/tag/0.0.48
https://github.com/aequitas/python-rflink/releases/tag/0.0.47
2019-12-29 21:12:49 +02:00
Maikel Punie
e1e8d6a562
Bump python-velbus library to 2.0.32 to fix problems with the glaspanels ( #30257 )
2019-12-28 21:16:52 +01:00
Felix Barbalet
0323b246bd
Bump libpurecool to 0.6.0 ( #30247 )
...
* bump libpurecool to 0.6.0 - fixes home-assistant/home-assistant#26367
* update manifest too
2019-12-28 16:19:18 +01:00
SukramJ
134dc45b77
Bump dependency for HomematicIp cloud ( #30237 )
...
* Bump dependency for HomematicIp cloud
* Update test_data
2019-12-28 13:46:04 +01:00
Marcelo Moreira de Mello
59fee12b45
Bump ring to 0.2.8 to fix Oauth issues ( #30245 )
2019-12-28 10:15:35 +01:00
David F. Mulcahey
05a0922dc0
Bump ZHA dependencies ( #30228 )
...
* bump dependencies
* requirement files
* bump quirks to 0.0.30
2019-12-26 17:08:14 -05:00
Alan Tse
e58ef36adc
Bump teslajsonpy to 0.2.1 ( #30217 )
...
Closes #29922
2019-12-26 13:25:49 +01:00
Fabian Affolter
783672d305
Upgrade zeroconf to 0.24.3 ( #30187 )
2019-12-24 14:11:01 +01:00
Alan Tse
3aa2ae1700
Enable config flow for Tesla ( #28744 )
...
* build: bump teslajsonpy to 0.2.0
* Remove tests
* feat: add config flow
* feat: add async
* perf: convert unnecessary async calls to sync
* feat: add charger voltage and current sensor
* feat: add options flow
* build: bump teslajsonpy to 0.2.0
* Remove icon property
* Revert climate mode change
* Remove charger sensor
* Simplify async_setup_platform
* Update homeassistant/components/tesla/sensor.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update homeassistant/components/tesla/binary_sensor.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Address requested changes
* Fix pylint error
* Address requested changes
* Update codeowners
* Fix pylint error
* Address requested changes
* Address requested change
* Remove unnecessary check for existing config entry
* Load scan_interval in async_setup_entry
* Include coverage of config_flow
* Add tests for full coverage
* Address requested test changes
* Remove unnecessary init lines
* Remove unnecessary init
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2019-12-23 21:54:25 +01:00
Franck Nijhof
b1bb2298e0
Bump sqlalchemy to 1.3.12 ( #30142 )
2019-12-22 19:52:39 +01:00
Fabian Affolter
ed0ee3100d
Upgrade zeroconf to 0.24.2 ( #30140 )
2019-12-22 12:01:22 +01:00
Paulus Schoutsen
32aae7017e
Remove requirement from entity integration ( #30113 )
2019-12-22 10:32:42 +01:00
Maikel Punie
3911f24f75
Upgrade python-velbus ( #30110 )
2019-12-21 11:20:31 +01:00
Paulus Schoutsen
b3098c9f2c
Bump ring to 0.2.5 ( #30103 )
2019-12-20 20:42:13 +01:00
Aaron Bach
0adb88156d
Bump simplisafe-python to 5.3.6 ( #30055 )
2019-12-18 21:06:57 +01:00
Fabian Affolter
876195a8a8
Upgrade zeroconf to 0.24.1 ( #30028 )
2019-12-17 17:00:00 +01:00
Paulus Schoutsen
58b5833d64
Convert Hue to use unique ID ( #30000 )
...
* Convert Hue to use unique ID
* Fix normalization
* Store/restore unique ID
* Fix tests
2019-12-16 19:45:09 +01:00
Kevin Eifinger
fc01da8933
Migrate to api_key ( #29966 )
2019-12-16 08:20:41 +01:00
Fabian Affolter
9c0799eb0a
Upgrade keyring to 20.0.0 and keyrings.alt to 3.4.0 ( #29960 )
2019-12-15 17:41:56 +01:00
Jeff Irion
8a5bce81c8
Bump adb-shell to 0.1.0 and androidtv to 0.0.36 ( #29938 )
...
* Bump adb-shell to 0.1.0 and androidtv to 0.0.36
* Add test for setting up two devices
* Add test_setup_same_device_twice
* Fix test_setup_two_devices
* Fix coverage
* Coverage
* Fix flaky 'test_setup_two_devices'
* Another stab at coverage
* Rename 'address' back to 'host'
2019-12-15 11:31:59 +01:00
Raman Gupta
003658a3f0
Update androidtv version to improve source selection support ( #29579 )
...
* Change androidtv module versions and add support for select_source for all device types
* Update and add tests
* Update requirements_test_all.txt
* Update requirements_all.txt
* Consolidate tests
* Fix typo
* Remove 'self._device'
2019-12-14 16:54:41 +01:00
Sebastian Muszynski
c051ae0bfb
Bump python-miio version to 0.4.8 ( #29890 )
2019-12-12 22:39:11 +01:00
Aaron Bach
914b49566a
Bump aioambient to 1.0.2 ( #29850 )
2019-12-12 10:24:57 +01:00
Quentame
c804f8f961
Add config flow to iCloud ( #28968 )
...
* iCloud: setup ConfigFlow and prepare for more platforms
- add config flow + tests
- fix existing services
- add play_sound & display_message services
- document services
- can use devices with the same name
- prepare to add sensor platform
* Review : not copy account conf
* Review: Safer test patch
* Review: remove reset_account
* Review: Use executor_job while IO
* Review: Use executor_job while IO 2
* Review: use hass.helpers.storage.Store()
* Review: no IO in tests
* Remove reset from services.yaml
* Review: remove authenticate.return_value = Mock()
* Review: do not initialize the api with the mocked service
* isort
* Review: @MartinHjelmare Test config flow with all steps
* Review: Fix failed tests names
* Codevov: Add one missing test
2019-12-09 17:19:42 +01:00
Bram Kragten
bb3fa6990a
Updated frontend to 20191204.1 ( #29787 )
2019-12-09 15:10:03 +01:00
Pascal Vizeli
4bb670cdf7
HomeAssistant-pyozw 0.1.7 ( #29743 )
2019-12-09 13:33:28 +01:00
Robert Van Gorkom
e577f047f7
Add tests for vera component ( #28340 )
...
* Adding tests for vera component.
Fixing update bug in the vera climate platform.
* Updating requrements file.
* Moving vera stop to a job.
Sorting imports.
* Addressing simple PR feedback.
* Splitting tests into platforms.
* Mocking controller instead of using requests_mock.
* Updating pyvera to use version that stops threads quickly.
* Updating requirements files.
* Mocking the pyvera module, not the API.
* Addressing PR feedback.
Handling start/stop of patch in fixture.
Removing unecessary code.
* Using generator
2019-12-09 00:19:38 +01:00
Robert Svensson
57a3f7d5c8
Pass in parameters explicitly to DeconzSession ( #29617 )
...
Dont pass in loop to DeconzSession
Services will use new refresh state method
2019-12-08 16:53:34 +01:00
Fabian Affolter
fa00808f6c
Upgrade keyring to 19.3.0 and keyrings.alt to 3.2.0 ( #29607 )
2019-12-08 13:51:54 +01:00
Franck Nijhof
cc9589cff2
Add Elgato Key Light integration ( #29592 )
...
* Add Elgato Key Light integration
* Remove passing in of hass loop
* Tweaks a comment
* Tweaks a function name
* Ensure domain namespace in data exists in entry setup
2019-12-08 09:26:31 +01:00
Malte Franken
33542f0e5e
Bump georss_generic_client to 0.3 ( #29532 )
...
* bump version of georss_generic_client library
* updated requirements
2019-12-06 06:55:42 +01:00
Daniel Perna
c6ac2a5705
Update pyhomematic ( #29477 )
2019-12-04 22:50:18 -08:00
Bram Kragten
b829c46e18
Updated frontend to 20191204.0 ( #29461 )
2019-12-04 11:28:23 -08:00
Pascal Vizeli
e9647f8814
Update ozw 0.1.6
2019-12-03 10:51:46 +00:00
Malte Franken
6126d05935
Migrate NSW Rural Fire Service integration to async library ( #29181 )
...
* use async integration library
* adapted unit tests
* removed unused constants
* relocated constants
* simplified generation of new entries
* small code fixes
* increased test coverage and removed unused code
* fixed comment
* simplified patch code
2019-11-29 12:06:21 +01:00
Paulus Schoutsen
b847d55077
Only create cloud user if cloud in use ( #29150 )
...
* Only create cloud user if cloud in use
* Pass context to alexa
* Update requirements
* Fix handing & design pattern for 0.30
* fix tests
* Fix lint & tests
* rename internal user
2019-11-28 14:23:59 +01:00
tetienne
4e107a2bcf
Add support for Somfy Camera Shutter ( #29057 )
2019-11-28 10:42:17 +01:00
jjlawren
9c9e9bc92a
Bump plexwebsocket to 0.0.6 ( #29175 )
2019-11-27 22:40:08 -08:00
Chris Caron
8933540950
bumped supported apprise version to 0.8.2 ( #29125 )
2019-11-26 20:18:43 -08:00
Ville Skyttä
5bc8ef962b
Upgrade huawei-lte-api to 1.4.4 ( #29130 )
...
https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.4
Closes https://github.com/home-assistant/home-assistant/issues/28922
2019-11-26 20:18:24 -08:00
Nikolay Vasilchuk
a37260faa9
StarLine integration ( #27197 )
...
* Device Tracker works
* Device Tracker works
* Binary Sensor
* Sensor
* Lock
* Switch and service
* New switches
* Update interval options
* WIP
* Translation errors
* Check online state
* WIP
* Move to aiohttp
* Some checks
* CI
* CI
* .coveragerc
* Black
* icon_for_signal_level test
* update_interval renamed to scan_interval
* async logic
* Fix cookie read
* Requirement starline
* Reformat
* Requirements updated
* ConfigEntryNotReady
* Requirement starline
* Lint fix
* Requirement starline
* available status
* Translations
* Expiration to config
* CI
* Linter fix
* Small renaming
* Update slnet token
* Starline version bump
* Fix updates
* Black
* Small fix
* Removed unused fields
* CI
* set_scan_interval service
* deps updated
* Horn switch
* Starline lib updated
* Starline lib updated
* Black
* Support multiple integrations
* Review
* async_will_remove_from_hass
* Deps updated
* Test config flow
* Requirements
* CI
* Review
* Review
* Review
* Review
* Review
* CI
* pylint fix
* Review
* Support "mayak" devices
* Icons removed
* Removed options_flow
* Removed options_flow test
* Removed options_flow test
2019-11-26 11:17:11 -08:00
Aaron Bach
2cdd8ad15e
Add new properties and services for V3 SimpliSafe systems ( #28997 )
...
* Add new properties and services for V3 SimpliSafe systems
* Small semantic change
* Updated docstrings
* Semantics
* Streamlined adding V3 properties
* Re-add attribute
* Bump to 5.3.5
* Owner comments
* Correct coroutine name
2019-11-26 11:44:40 -07:00
Pascal Vizeli
9dc63419c4
Bump numpy 1.17.4 / opencv 4.1.2 for Python 3.8 ( #29061 )
2019-11-25 16:05:21 +01:00
Otto Winter
b927f40f00
Add climate hvac_action for ESPHome ( #28993 )
...
* Add climate action
* Bump aioesphomeapi
2019-11-25 14:13:19 +01:00
Fabian Affolter
98eae305e2
Upgrade zeroconf to 0.24.0 ( #28986 )
2019-11-23 23:11:01 +01:00
Bram Kragten
6ad74fba30
Updated frontend to 20191119.6 ( #28996 )
2019-11-23 13:12:56 -08:00
Fabian Affolter
2a8e99d799
Upgrade mutagen to 1.43.0 ( #28984 )
2019-11-23 18:01:27 +01:00
Per Sandström
e3b2a33962
Bump verisure to vsure 1.5.4 and jsonpath 0.82 ( #28933 )
2019-11-21 22:53:02 +01:00
Bram Kragten
c015f94fa2
Updated frontend to 20191119.5 ( #28925 )
...
* Updated frontend to 20191119.4
* Updated frontend to 20191119.5
2019-11-21 19:05:26 +01:00
Kevin Eifinger
9f181ac92e
bump herepy to 0.6.3.3 ( #28907 )
...
* bump herepy to 0.6.3.3
* run gen_requirements_all
2019-11-20 22:37:59 +01:00