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
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
Bram Kragten
097b056324
Fix input text reload ( #32911 )
...
* Fix input text reload
* FIx schema instead
2020-03-17 20:42:55 +01:00
Franck Nijhof
aece76f6cd
Bump wled 0.3.0, reduce calls stability improvements ( #32903 )
2020-03-17 20:17:59 +01:00
Paulus Schoutsen
7bbffa6e6d
Blacklist auto_backup ( #32912 )
...
* Blacklist auto_backup
* Mock with a set
2020-03-17 12:14:17 -07:00
Paulus Schoutsen
ff582721dd
Bump cast to 4.2.0 ( #32906 )
2020-03-17 10:30:56 -07:00
brubaked
3910ab6cab
Changed Sensor icons to be more emotionally sensitive ( #32904 )
...
The existing sensor icons, while descriptive - dead = dead - are perhaps too matter of fact and don't accurately convey the tragedy. I changed emoticon-dead-outline to emoticon-cry-outline, as I think it better conveys the reality of the situation along with the emotions tied to the statistic.
2020-03-17 10:17:18 -07:00
Quentame
5c83367bb0
Fix iCloud init while pending ( #32750 )
...
* Fix iCloud init while pending
Continue if device is pending while setup
Create devices and fetch 15s if pending, otherwise determine interval to fetch.
* Add retried_fetch guard
2020-03-17 10:16:58 -07:00
Ville Skyttä
433b89de50
Add Huawei LTE WiFi status binary sensors ( #32553 )
2020-03-17 19:04:01 +02:00
Quentame
4c32fd12fc
Bump iCloud to 0.9.5 ( #32901 )
2020-03-17 17:46:30 +01:00
Aaron Bach
a3e2504470
Add cleanup to SimpliSafe ( #32889 )
2020-03-17 07:02:30 -04:00
Aaron Bach
d98432c328
Add cleanup to Ambient PWS ( #32888 )
2020-03-17 07:02:05 -04:00
Aaron Bach
1da35e2939
Add cleanup to Notion ( #32887 )
...
* Add cleanup to Notion
* Base update method
2020-03-17 07:01:40 -04:00
Aaron Bach
0c49c8578b
Remove unnecessary awaits in RainMachine ( #32884 )
...
* Remove unnecessary awaits in RainMachine
* Cleanup
2020-03-17 07:00:54 -04:00
Paulus Schoutsen
abd1909e2b
Make zone dependency of device tracker an after dep ( #32880 )
...
* Make zone dependency of device tracker an after dep
* Fix test
2020-03-17 06:59:39 -04:00
Erik Montnemery
86d48c608e
Deduplicate MQTT tests ( #32874 )
2020-03-17 02:09:19 -05:00
Aaron Bach
a278cf3db2
Improve IQVIA data/API management based on enabled entities ( #32291 )
...
* Improve IQVIA data/API management based on enabled entities
* Code review comments
* Code review
* Cleanup
* Linting
* Code review
* Code review
2020-03-16 23:58:50 -06:00
Kevin Eifinger
2cda7bf1e7
Add Here travel time arrival departure ( #29909 )
...
* here_travel_time: Add modes arrival and departure
* convert arrival/departure from datetime to time
* Default departure is set by external lib on None
* Use cv.key_value_schemas
2020-03-16 21:16:49 -07:00
Paolo Tuninetto
7ac014744c
Add default port to samsung tv ( #32820 )
...
* Default port for websocket tv
* Update config entry
* move bridge creation
* fix indent
* remove loop
2020-03-17 00:37:10 +01:00
springstan
51b9afe3c1
Add device condition for alarm_control_panel ( #29063 )
...
* Initial commit
* Restricting conditions by supported_features, drop pending condition
* Added tests for no and minimum amount of conditions
* Address review comments
* Sort impors with isort
* Sort impors with isort v2
2020-03-16 18:08:06 -05:00
Paulus Schoutsen
397238372e
Remove group as a dependency from entity integrations ( #32870 )
...
* remove group dependency
* Update device sun light trigger
* Add zone dep back to device tracker
2020-03-16 14:47:44 -07:00
Bram Kragten
682fcec99e
Updated frontend to 20200316.1 ( #32878 )
2020-03-16 14:27:20 -07:00
David F. Mulcahey
41cd3ba532
Bump ZHA quirks to 0.0.37 ( #32867 )
2020-03-16 15:29:14 -04:00
Bram Kragten
426f546c2f
Add lovelace reload service for yaml resources ( #32865 )
...
* Lovelace add reload service for yaml resources
* Clean up imports
* Comments
2020-03-16 20:25:23 +01:00
Bram Kragten
2f1824774f
Lovelace: storage key based on id instead of url_path ( #32873 )
...
* Fix storage key based on url_path
* Fix test
2020-03-16 20:08:00 +01:00
Paulus Schoutsen
999c5443c1
Fix abode test ( #32871 )
2020-03-16 10:03:44 -07:00
Knapoc
7ec7306ea8
Update deconz/cover.py to adapt rest-api changes ( #32351 )
...
* Update cover.py to adapt rest-api changes
* adjust test to reflect max brightness changes
* implement test for rest-api cover position of 255
2020-03-16 15:44:59 +01:00
shred86
8d68f34650
Add window class for Abode binary sensors ( #32854 )
...
* Add window class for binary sensor
2020-03-16 15:03:42 +01:00
sbilly
c1908d16b5
Add 'Yeelight LED Ceiling Light' model ( #31615 )
...
* Add 'Yeelight LED Ceiling Light' model
Add new model https://www.yeelight.com/en_US/product/luna
* Update requirements_all.txt bump to yeelight 0.5.1
Update requirements_all.txt bump to yeelight 0.5.1
* Update manifest.json, bump to 0.5.1
Update manifest.json, bump to 0.5.1
2020-03-16 14:21:27 +01:00
AJ Schmidt
40356b4fc5
Enable AlarmDecoder arming without security code ( #32390 )
...
* set alarmdecoder code_arm_required to False
* rm unnecessary f strings
* add code_arm_required config option
* add self as codeowner :-)
* add self as codeowner the right way
2020-03-16 14:11:08 +01:00
Bram Kragten
f4b3760a1a
Updated frontend to 20200316.0 ( #32866 )
2020-03-16 13:30:59 +01:00
Robert Svensson
fa63dc1e25
UniFi - Improve expected SSID filter behavior ( #32785 )
...
* Improve expected ssid filter behavior
* Fix tests
2020-03-16 12:10:45 +01:00
Maciej Bieniek
b9ad40ed38
Bump brother to 0.1.9 ( #32861 )
2020-03-16 12:00:39 +01:00
Jason Lachowsky
77b3f31e9b
Corrected minor misspellings ( #32857 )
2020-03-16 11:58:12 +01:00
Pascal Vizeli
451c6c25cd
Update pyozw 0.1.9 ( #32864 )
2020-03-16 11:40:21 +01:00
Kris Bennett
af021b1c81
Add additional information to SynologySRM device tracker ( #32669 )
...
* Updating SynologySRM device trakcers to show additional information
* Fixes
* Aliasing attributes to snake case
* Sugguested changes as per MartinHjelmare
2020-03-16 11:09:48 +01:00
MatthewFlamm
4e3b079a29
Add imperial units to met weather ( #32824 )
...
* add feet to meter conversion
* convert pressure and wind. fix wind for metric.
* dont convert wind speed in metric.
pymetno already converts it.
* add units to setup_platform constuctor
2020-03-16 11:04:47 +01:00