Alexei Chetroi
c8c81d493d
Refactor ZHA setup ( #32959 )
...
* Refactor ZHA setup.
Catch errors and raise if needed.
* Cleanup.
2020-03-19 12:37:47 -04:00
J. Nick Koston
d33a3ca90f
Config flow for harmony ( #32919 )
...
* Config flow for harmony
* Fixes unique ids when using XMPP
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
* Find the unique id for the config flow
* move shutdown to init
* Add test for ssdp (still failing)
* Fix ssdp test
* Add harmony to MIGRATED_SERVICE_HANDLERS (this is a breaking change)
* more cleanups
* use unique id for the config file
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-03-19 11:29:51 -05:00
J. Nick Koston
5b4d2aed64
Add Powerwalls integration ( #32851 )
...
* Create an integration for Powerwalls
* Self review :: remove unused code
* Remove debug
* Update homeassistant/components/powerwall/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* _call_site_info to module level
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/powerwall/test_binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/binary_sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* remove sensors that I added tests for from the comment
* Update homeassistant/components/powerwall/config_flow.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/powerwall/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Switch to UNIT_PERCENTAGE
* reduce code
* Add test for import
* Adjust tests
* Add missing file
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-03-19 10:50:17 -05:00
Alexei Chetroi
242aff9269
Fix mypy in ci by removing unneeded ignore in zone init ( #32997 )
2020-03-19 10:44:52 -05:00
MatthewFlamm
445ef861c0
Add pending to template alarm ( #31614 )
2020-03-19 02:38:24 -05:00
Maikel Punie
03c906a2f1
Fix velbus in the 107 release ( #32936 )
...
velbus 2.0.41 introduced some data files in the python module. They are not copied when installing the velbus module. 2.0.43 fixes this problem
2020-03-19 01:56:32 -05:00
Erik Montnemery
e0d2e5dcb0
Remove deprecated features from MQTT platforms ( #32909 )
...
* Remove deprecated features
* Lint
2020-03-18 22:39:15 -07:00
Paulus Schoutsen
88e3e73bb4
Merge pull request #32964 from home-assistant/rc
...
0.107.1
2020-03-18 22:14:25 -07:00
Paulus Schoutsen
3aa1bcbb77
Fix mobile app test
2020-03-18 22:13:49 -07:00
Paulus Schoutsen
5c1dc60505
Fix mobile app test
2020-03-18 22:13:37 -07:00
Paulus Schoutsen
f6ce5f2d05
Fix type
2020-03-18 18:20:04 -07:00
Paulus Schoutsen
f973b35cef
Bumped version to 0.107.1
2020-03-18 18:19:33 -07:00
Paulus Schoutsen
4e08aa8b05
Fix zone config ( #32963 )
...
* Fix zone config
* Add zone as dependency again to device tracker
* Fix tests
2020-03-18 18:18:57 -07:00
Paulus Schoutsen
8e917ccf73
Add device automation as frontend dependency ( #32962 )
2020-03-18 18:17:11 -07:00
Bram Kragten
0b62011626
Updated frontend to 20200318.1 ( #32957 )
2020-03-18 18:17:11 -07:00
Paulus Schoutsen
08aa4b098c
Add device automation as frontend dependency ( #32962 )
2020-03-18 18:15:23 -07:00
Paulus Schoutsen
5123baba3f
Fix zone config ( #32963 )
...
* Fix zone config
* Add zone as dependency again to device tracker
* Fix tests
2020-03-18 18:14:25 -07:00
Bram Kragten
ede0cfaeb8
Updated frontend to 20200318.1 ( #32957 )
2020-03-18 17:13:19 -07:00
Jc2k
34e44e7f3a
Add support for homekit valve accessories to homekit_controller ( #32937 )
2020-03-18 21:20:40 +00:00
Miroslav Ždrale
0cb27ff236
Bump pyubee to 0.10 to support more Ubee routers ( #32934 )
...
* Bump pyubee to 0.10 to support more Ubee routers
* Update requirements_all.txt
2020-03-18 15:45:23 -05:00
Bendik Brenne
cb450dcebd
Resolve unexpected exception caused by sinch error_code being a string ( #32929 )
2020-03-18 15:43:43 -05:00
Daniel Shokouhi
661570dfad
Small tweaks ( #32946 )
2020-03-18 15:19:40 -05:00
Ville Skyttä
05abf37046
Type hint improvements ( #32905 )
...
* Complete helpers.entity_component type hints
* Add discovery info type
2020-03-18 19:27:25 +02:00
Jc2k
7c79adad8f
Refactor and simplify homekit_controller entity setup ( #32927 )
2020-03-18 10:12:55 -05:00
Franck Nijhof
e0769f9ad4
Merge branch 'master' into dev
2020-03-18 16:05:01 +01:00
Franck Nijhof
d520a02b8c
Merge pull request #32932 from home-assistant/rc
...
0.107.0
2020-03-18 15:35:44 +01:00
SukramJ
1e469b39ad
Fix flaky tests for HMIPC ( #32806 )
2020-03-18 14:44:29 +01:00
Franck Nijhof
c2f615839d
Bumped version to 0.107.0
2020-03-18 13:31:02 +01:00
Bram Kragten
657bf33e32
Updated frontend to 20200318.0 ( #32931 )
2020-03-18 13:27:21 +01:00
Bram Kragten
7d23a734fc
Updated frontend to 20200318.0 ( #32931 )
2020-03-18 13:02:27 +01:00
Franck Nijhof
4e4fd90455
Upgrade shodan to 1.22.0 ( #32928 )
2020-03-18 11:55:09 +01:00
Franck Nijhof
4517f0d59a
Handle unique WLED device using zeroconf properties ( #32897 )
2020-03-18 11:10:40 +01:00
Maciej Bieniek
c1ceab09e5
Migrate Brother to use DataUpdateCoordinator ( #32800 )
...
* Use DataCoordinator to update Brother data
* Simplify error text
* Improve tests
* Rename DEFAULT_SCAN_INTERVAL to SCAN_INTERVAL
* Add entity_registry_enabled_default property
* Add quality_scale to manifest.json file
* Remove misleading coordinator.data.data
2020-03-17 22:21:56 -05:00
Aaron Bach
609263e1bb
Add cleanup to OpenUV ( #32886 )
...
* Add cleanup to OpenUV
* Linting
2020-03-17 22:03:16 -05:00
shred86
f02c5f66d6
Clean up Abode unused automation events ( #32825 )
2020-03-17 17:58:05 -07:00
Paulus Schoutsen
0ca87007fd
Bumped version to 0.107.0b8
2020-03-17 17:56:18 -07:00
Paulus Schoutsen
d0d9d853f2
Fix hassio panel load ( #32922 )
...
* Fix loading hassio panel
* Remove blacklist
2020-03-17 17:55:57 -07:00
Hans Oischinger
8348878e7e
Introduce safe scan_interval for vicare ( #32915 )
2020-03-17 17:55:56 -07:00
Paulus Schoutsen
b70be5f2f2
Blacklist auto_backup ( #32912 )
...
* Blacklist auto_backup
* Mock with a set
2020-03-17 17:55:55 -07:00
Bram Kragten
fddb565e4c
Fix input text reload ( #32911 )
...
* Fix input text reload
* FIx schema instead
2020-03-17 17:55:54 -07:00
Rami Mosleh
f3e6820042
Fix setting up options due to config data freeze ( #32872 )
2020-03-17 17:55:54 -07:00
Paulus Schoutsen
82c8f18bc7
Fix hassio panel load ( #32922 )
...
* Fix loading hassio panel
* Remove blacklist
2020-03-17 17:54:57 -07:00
Paulus Schoutsen
a9d16d4276
Remove mentioning YAML in Roku config flow ( #32920 )
2020-03-17 16:57:10 -07:00
Erik Montnemery
505de3dce3
Add attributes and availability to MQTT camera ( #32908 )
2020-03-17 16:49:50 -07:00
Erik Montnemery
52a4c16980
Improve MQTT light test coverage ( #32907 )
2020-03-17 18:29:12 -05:00
springstan
a2ac335222
Fix device condition for alarm_control_panel ( #32916 )
2020-03-17 22:15:11 +01:00
Hans Oischinger
cd79720a14
Introduce safe scan_interval for vicare ( #32915 )
2020-03-17 13:19:57 -07:00
Rami Mosleh
576970d1ad
Fix setting up options due to config data freeze ( #32872 )
2020-03-17 21:19:42 +01:00
Chris Talkington
9146f76b01
Apply recommendations from roku code review ( #32883 )
...
* avoid patching integration methods
* Update config_flow.py
* apply recommendations from roku code review
* Update config_flow.py
2020-03-17 21:15:41 +01:00
Ville Skyttä
e97d21aec0
Run gen_requirements_all and hassfest in pre-commit ( #32792 )
...
Use generate mode for easy commit amendment with readily generated
files on failure.
2020-03-17 21:03:43 +01:00