HomeAssistant Azure
f83d4e524b
[ci skip] Translation update
2020-06-19 00:10:18 +00:00
Robert Svensson
02e03340df
Light control support to Axis devices ( #36611 )
...
* IR light support to Axis devices
* Change how to read light state
* Add tests
* Bump dependency to v32
* Assert variables passed to set_intensity
2020-06-18 23:27:08 +02:00
jjlawren
e92e26b73a
Add expiration timestamp to cert_expiry sensors ( #36399 )
...
* Add expiration timestamp to cert_expiry sensors
* Clear timestamp if cert becomes invalid
* Use timezone-aware timestamps
* Use DataUpdateCoordinator, split timestamp to separate sensor
* Use UTC, simpler add/remove handling
* Review fixes
* Fix incomplete mock that fails in 3.8
* Use static timestamps, improve helper method name
2020-06-18 18:29:46 +02:00
Paulus Schoutsen
f69fc79fd1
Bump Netdisco to 2.7.1 ( #36891 )
2020-06-18 13:08:43 +02:00
J. Nick Koston
e7d982ee11
Improve db performance of state change events and reduce overall db size ( #36883 )
...
* Add old_state_id to states, remove old/new state data from events since it can now be found by a join
* remove state lookup on restart
* Ensure old_state is set for exisitng states
2020-06-17 22:26:41 -05:00
HomeAssistant Azure
7920c5e5e8
[ci skip] Translation update
2020-06-18 00:08:13 +00:00
Phil Bruckner
2883aacfa3
Fix yr HTTP error handling ( #36889 )
2020-06-17 13:40:04 -07:00
jjlawren
ec440dface
Bump plexwebsocket to 0.0.11 ( #36879 )
2020-06-17 15:28:22 -05:00
J. Nick Koston
3d385796da
Improve logbook performance when no entities are filtered ( #36842 )
...
Various tweaks to reduce the python overhead of
the lazy class
2020-06-17 13:23:42 -07:00
Paulus Schoutsen
903db07feb
Onboarding to validate redirect uri ( #36863 )
2020-06-17 12:13:28 -07:00
Paulus Schoutsen
43cee39528
Upgrade pymetno ( #36880 )
2020-06-17 12:12:50 -07:00
jjlawren
d5cc3208af
Discover controllable Plex clients using plex.tv ( #36857 )
2020-06-17 12:04:47 -07:00
Robert Svensson
94c8d74a66
Bump Axis dependency to fix issue where ports dont initialize ( #36860 )
2020-06-17 11:07:19 -07:00
Fredrik Erlandsson
b3c851502d
Fix Daikin zeroconf discovery flow error ( #36868 )
2020-06-17 16:53:29 +02:00
Josef Schlehofer
b464096edb
Upgrade youtube_dl to version 2020.06.16.1 ( #36870 )
2020-06-17 15:05:01 +02:00
bsmappee
5228282f69
Renew Smappee (sensors and switches) ( #36445 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-17 13:28:28 +02:00
Sean Nyekjær
fd67a079db
Add ebusd HotWaterHeader ActualTemperature and OperationMode ( #34921 )
2020-06-17 13:26:19 +02:00
Bas Nijholt
3ae4eba457
Bump aiokef 0.2.12 ( #36753 )
2020-06-16 23:15:49 -07:00
marawan31
dba326f16b
Add precipitation probability to weather forcast ( #36019 )
...
* Add precipitation probability attribute
* bump env_canada version to 0.0.38 in manifest
* bump env_canada version to 0.0.38 in requirements
* Add support for percipiation probability
* formated project with black
* make sure prob is an int
* fix build break
* update usage to correct naming
* revert bad change and apply fix build break
* add tests
2020-06-17 07:39:33 +02:00
HomeAssistant Azure
2b06fbbcf0
[ci skip] Translation update
2020-06-17 00:11:42 +00:00
indykoning
d278dd9477
Add growatt battery devices ( #34773 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 21:16:29 +02:00
Adam Belebczuk
fe03c9da68
Update Wemo state when changing state ( #36647 )
2020-06-16 21:14:04 +02:00
Robert Van Gorkom
a6a6a7b69c
Add Withings webhooks ( #34447 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 20:16:18 +02:00
Tom
29df13abe9
Fix Plugwise schema name display and non_device_class icons ( #36815 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com>
2020-06-16 14:49:13 +02:00
starkillerOG
6db5ff98ed
DenonAVR Config Flow ( #35255 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 14:46:39 +02:00
Philip Allgaier
25607c7129
Use MDI CPU icon for glances ( #36736 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 14:44:37 +02:00
Michael Auchter
58f1d1754e
Fix remote_rpi_gpio switch inversion ( #34390 )
...
This removes the double-inversion of switches on the remote_rpi_gpio
platform.
Fixes #24571
2020-06-16 14:42:21 +02:00
fb22
6273ad85f8
Fix llamalab_automate notify priority ( #36845 )
2020-06-16 12:42:12 +02:00
etheralm
f8de0594b9
Add support for Dyson Pure HP04 purifying heater + fan ( #34537 )
...
* fix unnecesary checks
* change ClimateDevice to ClimateEntity
* Clean up
* Formatting
* Fix tests
* Clean tests
* Clean up tests
* Fix device mock
* Use safer patch target path
* Extract constant
* Remove not needed property
* Guard for missing target temperature
* Use async_mock mocks
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 05:31:11 +01:00
Zac West
8541ae0360
mobile_app: Camera Stream Webhook ( #36839 )
2020-06-15 19:09:53 -07:00
HomeAssistant Azure
87f236c05c
[ci skip] Translation update
2020-06-16 00:03:16 +00:00
Paulus Schoutsen
3ee3ae7633
Fix cloudhooks coming in for non existing webhooks ( #36836 )
...
* Fix cloudhooks coming in for non existing webhooks
* Fix tests"
2020-06-15 16:30:40 -07:00
Paulus Schoutsen
de12c21ce7
Fire config changed event during start ( #36812 )
2020-06-15 15:22:53 -07:00
J. Nick Koston
b8c9f67533
Remove context_id from logbook api ( #36796 )
...
Reduces size of api response, execution, and download time.
2020-06-15 16:13:07 -05:00
J. Nick Koston
0a219081ea
Only process logbook timestamps for events we will keep ( #36792 )
...
* Only process logbook timestamps for events we will keep
Since we group by minute we were previously processing
every timestamp. We can avoid this by making all the
minute checks use the unprocessed datetime since
the groupings will be the same regardless of timezone.
This reduces the number of datetime object recreations
by at least an order of magnitude.
2020-06-15 14:54:20 -05:00
J. Nick Koston
b0163b65c6
Use states to avoid decoding logbook state changed events. ( #36768 )
...
avg 4.43s -> 1.88s
2020-06-15 13:53:05 -05:00
J. Nick Koston
83e3f680bf
Improve history api performance part 4 ( #36783 )
...
This builds on #35822
Minimize the amount of data selected from
the database
Testing:
History API Response time for 1 day
Average of 10 runs with minimal_response
Before: 9.47s
After: 4.43s
2020-06-15 11:02:36 -07:00
J. Nick Koston
e443dc1274
Speed up logbook with a lazy event decoder ( #36730 )
2020-06-15 10:53:38 -07:00
N1c093
717a21dc7b
Fix nanoleaf attribute when running an effect ( #36794 )
2020-06-15 18:17:54 +02:00
kennedyshead
1b6f0b78aa
Bump aioasuswrt to 1.2.6 ( #36820 )
...
Co-authored-by: magnusknutas <magnus@thefarm.se>
2020-06-15 14:14:48 +02:00
michaeldavie
e8d4a25635
Add missing dependencies for Environment Canada ( #36806 )
2020-06-15 13:54:58 +02:00
Tom Harris
162e502962
Fix X10 devices and adding default links ( #36807 )
2020-06-15 13:49:39 +02:00
Franck Nijhof
3cc94f7d6a
ConfigFlow default discovery without unique ID ( #36754 )
2020-06-15 13:38:38 +02:00
Paulus Schoutsen
dfac9c5e03
Fix TTS key by hashing options values too ( #36813 )
2020-06-15 13:33:26 +02:00
Ian Harcombe
c96458c7e4
Convert MetOffice to use UI for configuration ( #34900 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-15 12:02:25 +02:00
AJ Schmidt
9a867cbb75
Add alarmdecoder brand specific arming sequences ( #36692 )
...
* add adext
* rm new config parameter
* update adext
2020-06-15 10:05:45 +02:00
HomeAssistant Azure
b15caf31a9
[ci skip] Translation update
2020-06-15 00:03:32 +00:00
Tom Schneider
0331ebdd47
Add HVV integration (Hamburg public transportation) ( #31564 )
...
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-15 00:15:20 +02:00
Ville Skyttä
0b7d2aa4d7
Add unique id to huawei_lte config entries ( #36765 )
2020-06-14 23:05:43 +02:00
David F. Mulcahey
821de0e369
Bump ZHA quirks ( #36797 )
2020-06-14 14:47:36 -04:00
Benoit Louy
e7e2f4e786
Set default pjlink timeout ( #36781 )
...
* make pjlink timeout configurable
* fix format
* remove timeout configuration and use a default value instead
2020-06-14 20:23:59 +02:00
Eugene Prystupa
e969d364e6
Refactor plum_lightpad ( #36761 )
2020-06-14 13:59:49 +02:00
Franck Nijhof
4862f6d516
Upgrade wled 0.4.3 ( #36760 )
2020-06-13 22:29:33 -07:00
Alexei Chetroi
36ed3b1177
Add pi_heating/cooling_demand state attributes ( #36775 )
2020-06-14 00:25:25 -04:00
J. Nick Koston
9cc20fc6b8
Fix history graphs with mysql/mariadb ( #36769 )
2020-06-13 21:22:16 -07:00
HomeAssistant Azure
dd239661e7
[ci skip] Translation update
2020-06-14 00:03:01 +00:00
Martin
0bbb56dd05
Add sensor platform for vicare integration (heatpump) ( #34385 )
...
* Add sensor platform for vicare (heatpump)
* Formatting and fixes
* Formatting and fixes 2
* Fixes and formatting 3
* Fixes and formatting 4
* Add binary_sensor and more sensors
This moves some more climate attributes to sensors and adds
binary_sensors
* Move ActiveError back to climate component
The data returned by ActiveError is more complex.
It takes further investigation on how to interpret it a s a binary sensor.
Therefore it is moved back as an attribute of the climate component
* Update PyViCare library
* PR changes
* PR changes 2
Co-authored-by: Hans Oischinger <hans.oischinger@gmail.com>
2020-06-13 21:53:42 +02:00
Bram Kragten
0bfcb99c04
Updated frontend to 20200613.0 ( #36758 )
2020-06-13 20:17:58 +02:00
Robert Van Gorkom
bdd255176c
Poll all status data in Vera ( #35703 )
...
* Vera now polls for all status data, no only incremental.
Vera polling is not handled using hass event loops with proper backoffs.
* Using long polling.
* Addressing PR feedback.
* Addressing PR feedback.
Adding controller stop on config unload.
2020-06-13 16:36:50 +02:00
Bram Kragten
20428e670b
Update frontend to 20200603.3 ( #36751 )
2020-06-13 12:36:16 +02:00
Robert Svensson
78af0a4705
Make Axis non-privileged users work again ( #36731 )
2020-06-13 12:35:52 +02:00
J. Nick Koston
65e9e4a2f3
Fix history timezone with postgres and other dbs ( #36746 )
2020-06-13 12:32:01 +02:00
Shane Qi
b78ad7c2b8
Implement device_info for LutronCasetaDevice ( #36706 )
2020-06-13 02:27:48 +02:00
HomeAssistant Azure
4412ce3b86
[ci skip] Translation update
2020-06-13 00:03:58 +00:00
Franck Nijhof
238430136e
Migrate script to use describe_event for logbook ( #36729 )
2020-06-12 16:44:29 -07:00
mvn23
15113ae854
Add opentherm_gw.set_hot_water_setpoint service ( #34579 )
2020-06-12 23:15:04 +02:00
mreiling
7ce6ae9421
Bump pynx584 to 0.5 ( #36615 )
2020-06-12 15:54:19 -04:00
mdegat01
f9bc0c9dab
Add influx 2.0 and InfluxCloud support to InfluxDB integration ( #35392 )
2020-06-12 21:29:46 +02:00
Franck Nijhof
bf95658e24
Fix logbook filtering for described events ( #36727 )
2020-06-12 20:45:17 +02:00
Paulus Schoutsen
3c57475c8f
Guard OwnTracks writing state before hass available ( #36680 )
2020-06-12 09:27:51 -07:00
Fredrik Erlandsson
c1cf3679aa
Fix Daikin discovery ( #36704 )
2020-06-12 17:25:18 +02:00
zewelor
871afd2bf2
Remove Yeelight model to device type mapping ( #36658 )
2020-06-12 14:51:48 +02:00
Alexei Chetroi
5595ef0783
Drop ZHA sensor for Analog/Multistate input clusters ( #36696 )
2020-06-12 06:08:11 -04:00
Alexei Chetroi
5a3e0c6b25
Cleanup zha.storage from stale devices ( #36700 )
2020-06-12 06:07:34 -04:00
Paulus Schoutsen
a8e9ccbf1a
Improve cloud error handling ( #36670 )
2020-06-11 22:56:00 -07:00
MarBra
44708ed8bb
Add timers to xiaomi_miio vacuum ( #35417 )
...
* Add timers to xiaomi_miio vacuum
* Add timezone
* Add cron and next_schedule
* Use next_schedule from backend library
* Use as_utc from utils
2020-06-12 06:39:19 +02:00
Alexei Chetroi
8e44d797a3
Fix ZHA Metering channel formatting method ( #36697 )
...
Since zigpy change to support bitmap classes, formatting string was incorrectly generated for the newly joined devices with SmartEnergy metering clusters.
2020-06-11 22:37:07 -04:00
HomeAssistant Azure
419a92db43
[ci skip] Translation update
2020-06-12 00:07:41 +00:00
zewelor
986853d497
Fix nightlight support detection ( #36656 )
2020-06-11 15:46:00 -07:00
jjlawren
d4d233536f
Fix missing options in Plex config entry ( #36683 )
2020-06-11 15:45:00 -07:00
Alexei Chetroi
21acdbbbfd
Refactor ZHA Entity availability tracking ( #36645 )
...
* Refactor ZHA entity availability
ZHA entity availability tracks on underlying ZHA device availability.
* Update device status without signal.
* Update tests.
* Fix tests.
* Tests for restored devices availability.
* Guard against empty last_seen entry
Refactor device loading a bit.
2020-06-11 17:21:08 -04:00
J. Nick Koston
2d5faaf3f8
Remove powerwall attributes no longer present in latest firmware ( #36667 )
2020-06-11 10:15:02 -07:00
Paulus Schoutsen
dd6d18102f
Update translations
2020-06-11 10:13:42 -07:00
J. Nick Koston
14d715e7fc
Update pymyq for latest api requirements ( #36666 )
2020-06-11 08:40:51 -07:00
starkillerOG
b820b7c47d
Xiaomi Miio gateway: add ip to zeroconf discovery title ( #36653 )
...
* add ip to discovery title of xiaomi miio gateway
* add flow title to identify multiple gateways by IP
* clearify gateway token
* black formatting
* grammer improvements
Co-authored-by: Franck Nijhof <git@frenck.dev>
* grammer improvements
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-11 17:12:19 +02:00
Tony Phan
afe4647896
Add icon_type as configuration variable ( #36594 )
2020-06-11 00:11:46 -07:00
Alexei Chetroi
4df186787a
Update ZHA dependencies ( #36646 )
2020-06-10 23:05:14 -04:00
HomeAssistant Azure
b353f45d84
[ci skip] Translation update
2020-06-11 00:02:36 +00:00
Yue Kang
fc2c195ed4
Update Baidu TTS to support more voice ( #36532 )
2020-06-11 01:00:56 +02:00
Janitha Karunaratne
f1d5f95f7c
Allow specifying port for wake_on_lan ( #36510 )
2020-06-11 00:05:24 +02:00
Franck Nijhof
59f935beb0
Use async_on_remove for WLED DataUpdateCoordinator ( #36640 )
2020-06-10 16:02:45 -06:00
Franck Nijhof
ddb85cee7b
Remove internal qa scale from numato integration ( #36629 )
2020-06-10 22:55:17 +02:00
springstan
9311b02369
Use LENGTH_FEET constant ( #34053 )
2020-06-10 21:38:29 +02:00
Kevin Fronczak
82090f5060
Add options flow to Blink ( #35645 )
2020-06-10 18:38:17 +02:00
Franck Nijhof
186a299215
Fix name of devolo_home_control integration ( #36627 )
2020-06-10 18:36:34 +02:00
Fredrik Rambris
00068e88b0
Add ue_smart_radio multiple devices support ( #36575 )
2020-06-10 18:35:09 +02:00
Rami Mosleh
2c1a76cf92
Add Speedtestdotnet config_flow ( #36254 )
2020-06-10 18:33:48 +02:00
Xiaonan Shen
c65e72886c
Fix command line sensors removing quotes with template ( #35559 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-10 18:31:59 +02:00
Igor Gocalinski
2ac4d30736
Add delay in emulated_hue after PUT ( #35307 )
2020-06-10 15:15:32 +02:00
Fredrik Erlandsson
fa17e6d5ab
Fix Daikin config flow for zeroconf devices ( #36571 )
2020-06-10 15:04:59 +02:00
SukramJ
212b9df87d
Bump dependency & add devices for HomematicIP Cloud ( #36595 )
...
* update dependency and test data
* Add test for HmIP-SWDO-PL
* Add device HmIP-MOD-HO
* Fix test
2020-06-10 11:34:14 +02:00
J. Nick Koston
44552937b6
Fix missing space in powerwall notification message ( #36603 )
2020-06-10 11:29:56 +02:00
Paulus Schoutsen
8f3c84b349
Mark config dependency of frontend ( #36587 )
2020-06-09 23:27:47 -07:00
Robin Wohlers-Reichel
29838ce1ed
Bump solax library to 0.2.3 ( #36600 )
...
* Bump solax library to 0.2.3
* oops
2020-06-09 19:34:46 -06:00
Martin Hjelmare
5cf753422b
Bump coronavirus to 1.1.1 ( #36614 )
2020-06-09 19:34:16 -06:00
HomeAssistant Azure
ded5329f03
[ci skip] Translation update
2020-06-10 00:05:07 +00:00
Paulus Schoutsen
e3fc59ff3d
Bump hass-nabucasa to 0.34.6 ( #36613 )
2020-06-09 16:40:08 -07:00
Bram Kragten
6166a7191b
Escape <> in owntracks translations ( #36612 )
2020-06-09 16:09:34 -07:00
mreiling
1169ac568b
Change nx584 SCAN_INTERVAL to 10 seconds ( #36581 )
2020-06-09 21:02:08 +02:00
Donnie
1ab1503641
Fix nanoleaf incorrect effect update ( #36517 )
2020-06-09 11:26:37 -07:00
Franck Nijhof
2abd3844cf
Fix mobile_app missing state in sensor registration ( #36604 )
2020-06-09 11:06:52 -07:00
mreiling
5f8dcd45c1
Add NX584 alarm binary_sensor zone_number attribute ( #36552 )
2020-06-09 14:19:46 +02:00
Felipe Martins Diel
38bb8ef4d2
Clean up command learning in the Broadlink integration ( #36318 )
2020-06-09 14:15:46 +02:00
Paulus Schoutsen
7cc3102209
Fix default for loading games file ps4 ( #36592 )
2020-06-09 10:23:26 +02:00
Johan Henkens
525e220395
Remove EU code from honeywell integration ( #36456 )
2020-06-09 09:24:47 +02:00
HomeAssistant Azure
140fd5adaf
[ci skip] Translation update
2020-06-09 00:05:22 +00:00
Ian
5b2bf8fd17
Add status_light to Sonos set_option service ( #35515 )
2020-06-08 23:41:12 +02:00
Bas Nijholt
5e2de4531f
bump aiokef to 0.2.10 ( #36574 )
...
0.2.9 generated a lot of calls on the event loop.
2020-06-08 14:05:55 -07:00
Franck Nijhof
85ba29012f
Fix mobile_app sensor re-registration handling ( #36567 )
2020-06-08 21:11:37 +02:00
StevusPrimus
5975ec340b
Add service select scene to Yamaha Hifi media player ( #36564 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-08 19:31:58 +02:00
Paulus Schoutsen
3adfb86a19
Mobile app fixes ( #36559 )
2020-06-08 10:20:25 -07:00
Franck Nijhof
b3cbce3566
Fix mobile_app registering/update sensor values with an unknown state ( #36566 )
2020-06-08 10:07:05 -07:00
ehendrix23
7a2820ded9
Update aioharmony to include support for XMPP connectivity to Hub ( #36485 )
...
* Update aioharmony to 0.2.3
* Update aioharmony to 0.2.4
2020-06-08 09:55:05 -05:00
Giel Janssens
af4fb03230
Sonos queue ( #35817 )
...
* Add playbase as a model
* Sonos queue
* Match counting of the queue with service play_queue
* Add service remove_from_queue
* Change description of remove_from_queue
* Use ATTR_QUEUE_POSITION instead of ATTR_CURRENT_QUEUE_POSITION
* Removed queue and show queue_position only when playing local
* Add property queue_position
* Return None instead of -1
* Change docstring from -1 to None
2020-06-08 16:37:35 +02:00
mreiling
a5da21a426
Add services to bypass and unbypass zones on NX584 ( #36401 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-08 15:55:50 +02:00
z00nx 0
16e36dca97
Updated tesla-powerwall to 0.2.11 ( #36568 )
2020-06-08 08:48:58 -05:00
Jonas Thuresson
f522c6c8c7
Add Xiaomi miio vaccum goto service ( #35737 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-08 14:57:47 +02:00
Alexei Chetroi
1bdbe90d2a
Prevent double ZHA channel initialization ( #36554 )
...
* Preven double channel initialization.
* Use a setter for setting ZHA device availability.
2020-06-08 08:54:52 -04:00
eyager1
8ed1b1782e
Change logging of successful scans to debug priority ( #36538 )
2020-06-08 11:30:36 +02:00
Markus Bong
31dd06bd12
Improve devolo Home Control ( #36557 )
2020-06-08 09:29:09 +02:00
Eugene Prystupa
de7bbd3e24
Add plum_lightpad unique ids ( #36549 )
2020-06-07 21:52:03 -07:00
Jörg Thalheim
fbbc681ad4
Fix intent component initialisation ( #36064 )
...
The intent component expect this method from every module that is called intent.
Fixes #35522
2020-06-07 20:45:34 -07:00
shbatm
9e7f516d07
Add Z-Wave Notification Sensor support to ISY994 ( #36548 )
2020-06-07 20:00:53 -05:00
Hedda
066784c88f
Update ZHA config flow Zigbee radio description ( #35607 )
...
* Update ZHA config flow Zigbee radio description
Update ZHA config flow Zigbee radio descriptions to match docs https://github.com/home-assistant/home-assistant.io/pull/13437
* Make protocol plus model names more readable for end-users
* Update homeassistant/components/zha/core/const.py
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
* Update homeassistant/components/zha/core/const.py
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
* Update homeassistant/components/zha/core/const.py
Co-authored-by: Alexei Chetroi <lexoid@gmail.com>
* Zigbee radio description simplified and examples listed in alphabetical order
2020-06-07 20:42:23 -04:00
HomeAssistant Azure
81355a0e23
[ci skip] Translation update
2020-06-08 00:02:43 +00:00
Franck Nijhof
215c7e0e14
Fix WLED power and brightness with WLED 0.10+ ( #36529 )
2020-06-07 23:37:58 +02:00
Markus Ressel
233284056a
Upgrade XS1 component to xs1-api-client v3.0.0 ( #36500 )
2020-06-07 23:18:47 +02:00
Jens Østergaard Nielsen
56c69d9a25
Update ihcsdk to 2.7.0 ( #36527 )
2020-06-07 19:47:21 +02:00
Erik Montnemery
35cd6b9abf
Remove unused parameter for MQTT discovery ( #36526 )
...
* Remove unused parameter for MQTT discovery
* Fix tests
2020-06-07 19:35:35 +02:00
Jeff Irion
823f27db5a
Fix usage of states 'idle' and 'standby' for Android TV ( #36509 )
2020-06-07 10:10:20 -05:00
definitio
ad5101c5c0
Set state for MQTT entities to 'unavailable' when no connection to broker ( #36479 )
...
* Report 'unavailable' state when not connected
to MQTT broker
* Fix tests
* Rewrite to remove the polling
* Add tests
* Add some fixes
2020-06-07 09:21:16 +02:00
HomeAssistant Azure
3bf389639b
[ci skip] Translation update
2020-06-07 00:03:28 +00:00
Joakim Plate
31973de2d5
Arcam config flow ( #34384 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-06 13:43:28 -07:00
Josef Schlehofer
524b48be7d
Upgrade youtube_dl to version 2020.06.06 ( #36493 )
2020-06-06 21:35:37 +02:00
Ville Skyttä
0c5ca3084e
Add and fix type hints ( #36501 )
...
* Fix exceptions.Unauthorized.permission type
* Use auth.permission consts more
* Auth typing improvements
* Helpers typing improvements
* Calculate self.state only once
2020-06-06 20:34:56 +02:00
Paulus Schoutsen
49747684a0
Update netdisco ( #36499 )
2020-06-06 19:02:39 +02:00
Markus Bong
3495932eb0
Add devolo binary_sensor devices ( #36370 )
...
* initial commit
* small corrections
* fix linting error
* add new files to coveragerc
* rename devolo_sensor to devolo_device
* use correct import
* use binary_switch platform
* use binary_switch platform
* add binary_sensor to coverage
* adjustments according PR review
* make super call easier to read
* use f-string instead of concatenating
* update docstrings - remove device_id property
* add will_remove_from_hass
2020-06-06 10:10:05 -05:00
Tim van Cann
d73a4e1ed5
Add Avri config flow ( #34288 )
...
* Add config flow to Avri integration
* Add config flow validation
* Update .coveragerc
* Start adding config flow tests
* Fix failing test
* Fix pylint
* Update homeassistant/components/avri/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/avri/config_flow.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Fix import order
* Code review comments
* Update homeassistant/components/avri/sensor.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Remove device information
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-06-06 09:37:31 -05:00
matgad
14f5cab71d
Bump version zigpy-cc ( #36506 )
2020-06-06 15:32:26 +02:00
Bram Kragten
29ab1935cb
Update frontend to 20200603.2 ( #36494 )
2020-06-05 21:58:26 -07:00
Thomas Lovén
bdc098645b
Add entity list to light and cover group attributes ( #36477 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-05 21:23:52 -07:00
HomeAssistant Azure
492874c4a0
[ci skip] Translation update
2020-06-06 00:03:33 +00:00
J. Nick Koston
5e65d8d3c3
Upgrade zeroconf to 0.27.1 ( #36277 )
2020-06-05 14:33:26 -07:00
Alexei Chetroi
1c329ff708
Process events from ZHA Window Covering Remote ( #36489 )
2020-06-05 14:11:46 -07:00
jrester
e807274d7e
Update tesla-powerwall to 0.2.10 ( #36486 )
...
modified: homeassistant/components/powerwall/manifest.json
modified: requirements_all.txt
modified: requirements_test_all.txt
2020-06-05 15:03:17 -05:00
Franck Nijhof
4950cbee1c
Fix iOS app crashing on None values in Zeroconf service info ( #36490 )
2020-06-05 12:43:58 -07:00
Anton Tolchanov
0bf64e9a2c
Add @knyar as a codeowner for prometheus integration ( #36487 )
2020-06-05 21:29:06 +02:00
Alexey Kustov
3076fc5f25
Add notify_events notify integration ( #36049 )
...
* Add new notify_events notification component
* Fix manifest
* Formatting fix
* Black formatting + CODEOWNERS
* Fix requirements_all.txt
* Flake8 warning fix
* Isort fixes
* Update notify-events library requirement version
* Replace Exception to more suitable and update lib version
* Reformat integration according to "0007-integration-config-yaml-structure.md"
* Update homeassistant/components/notify_events/manifest.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix manifest + remove async
* Black formatting
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-05 21:26:56 +02:00
Aaron Bach
b51d81edba
Clean up Tile refactor ( #36450 )
...
* Clean up Tile refactor
* Code review
2020-06-05 21:12:48 +02:00
Paulus Schoutsen
6faf9e8bbe
panel_custom: Allow ES5+latest build, deprecate html ( #36464 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-05 10:39:18 -07:00
J. Nick Koston
c0307dca3a
Upgrade pysonos to 0.0.31 ( #36483 )
2020-06-05 10:30:20 -07:00
J. Nick Koston
5b94807923
Update myq for latest api changes ( #36469 )
2020-06-05 10:29:09 -07:00
Paulus Schoutsen
874c8fea03
Bump hass-nabucasa to 0.34.5 ( #36461 )
2020-06-05 00:11:40 -07:00
Lindsay Ward
a4204b440c
Fix yeelight_sunflower hs_color using RGB values ( #36470 )
2020-06-05 08:40:50 +02:00
HomeAssistant Azure
f8e48a9230
[ci skip] Translation update
2020-06-05 00:05:36 +00:00
shbatm
04231bcb54
Fix error on empty UOM for ISY994 Climate Device ( #36454 )
2020-06-05 00:22:35 +02:00
Erik Montnemery
f170c80bea
Bump pychromecast to 6.0.0 ( #36414 )
...
* Revert "Prevent race in pychromecast.start_discovery (#36350 )"
This reverts commit 391983a0cf
.
* Adapt to pychromecast 6.0.0
2020-06-04 20:32:00 +02:00
Paulus Schoutsen
394f16987d
Fix invalid device info for Daikin devices ( #36448 )
2020-06-04 10:00:31 -07:00
Chris Talkington
f06c0a8b54
Add roku exception handling for service calls ( #36328 )
2020-06-04 09:59:39 -07:00
Aaron Bach
7a3c2e1f6c
Add config flow for Tile ( #36173 )
...
* Overhaul Tile
* Adjust coverage
* Fix tests
* Code review
* Code review
* Remove unused config flow step
* Revert "Remove unused config flow step"
This reverts commit cb206e0446
.
* Fix tests
2020-06-04 10:07:27 -06:00
Paulus Schoutsen
fae80621fb
Guard blowing up converting 0 mired/kelvin ( #35486 )
2020-06-04 08:48:39 -07:00
Ziv
1edbdcb67b
Fix Dynalite to explicitly check valid device class ( #36418 )
...
* changed back to check for class in DEVICE_CLASSES
* created a flow that would go through everything as it was blocking the commit
and the cv rules prevent an input that would get to that flow
* moved DEFAULT_COVER_CLASS from const to cover
2020-06-04 15:34:28 +02:00
Robert Svensson
99318b7b11
Remove Axis option to enable/disable camera ( #36420 )
2020-06-04 14:25:50 +02:00
Franck Nijhof
a6107198b9
Upgrade numpy to 1.18.5 ( #36434 )
2020-06-04 14:13:41 +02:00
Tom
203217c175
Add additional sensors to Plugwise integration ( #36431 )
2020-06-04 10:21:27 +02:00
Robert Svensson
40829d9d76
Fix deCONZ groups don't report ctmax/min ( #36432 )
...
* Groups don't report ctmax/min
2020-06-04 10:15:30 +02:00
Paulus Schoutsen
68b077ffaa
Add partial mobile app sensor validation ( #36433 )
2020-06-04 10:13:01 +02:00
Chris Talkington
8528b4db3a
Update sonarr to 0.2.2 ( #36429 )
2020-06-04 09:39:49 +02:00
Tom
48d1bc7c13
Cleanup and improve Plugwise merges ( #36406 )
...
* Remove period from logging messages
* Save indentation using guard clauses
* Typo
* Walk other files
* Rewalk all files
* Not cleanup, but adding indicatd missing measurements
* Revert new sensors
2020-06-04 08:18:46 +02:00
HomeAssistant Azure
08e85696c1
[ci skip] Translation update
2020-06-04 00:04:15 +00:00
Quentame
e08ba6703c
Bump python-synology to 0.8.2 ( #36410 )
...
* Bump python-synology to 0.8.2
* state_attributes to device_state_attributes
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-04 00:18:43 +02:00
J. Nick Koston
751e2f4125
Extend logbook api to be able to fetch a slice of data between two time boundaries. ( #35847 )
...
* Create logbook_timeslice api
* add end_datetime
* Add tests
* switch to end_time to match history api
2020-06-03 14:07:56 -05:00
Bas Nijholt
dcb04acc65
Set automation last_triggered earlier ( #35671 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-03 20:08:37 +02:00
matlimatli
eba5b50e58
Add support for showing text on Keba EV chargers ( #36056 )
...
* Add support for showing text on Keba EV chargers
* Changed implementation to use the notify interface
* Removed stale references to set_text
* Clean up
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-03 19:28:02 +02:00
Bram Kragten
d155a67687
Update frontend to 20200603.1 ( #36409 )
2020-06-03 09:55:41 -07:00
nicx
9871efd52f
Add CalDAV upcoming appointments period option ( #34584 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-03 09:54:51 -07:00
Andre Lengwenus
2b5bb8dac0
Cover group considers opening and closing states ( #36203 )
2020-06-03 18:44:04 +02:00
Frederik Gladhorn
1510d5625a
Update NAD states only when the device is on ( #34809 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-03 09:43:44 -07:00
Austin Mroczek
98a056f7a9
Notify user if arming or disarming totalconnect alarm fails ( #36085 )
2020-06-03 18:38:31 +02:00
Frederik Gladhorn
1186c2c48c
Pass config into NAD constructor ( #34961 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-03 09:36:59 -07:00
jjlawren
9aac8482d5
Remove deprecated Plex YAML config ( #36388 )
2020-06-03 09:20:21 -07:00
Emilv2
3b606504a8
Add new is_reatime attribute for De Lijn ( #36369 )
2020-06-03 09:52:20 -06:00
Jason Hunter
eb95c5cd2e
update renew logic to work better with cameras responding with invalid termination times by extending the duration ( #36393 )
2020-06-03 09:51:57 -06:00
uvjustin
660265fe50
Swap title and album name for streams in forked_daapd ( #36381 )
2020-06-03 09:51:15 -06:00
Maciej Bieniek
b8f8b6fa50
Fix using the async api from sync context ( #36408 )
2020-06-03 09:46:42 -06:00
Franck Nijhof
0950ab0dd8
Fix dynamically add/remove WLED strip segments ( #36407 )
2020-06-03 17:18:50 +02:00
celestinjr
355d655542
Enable handling of 'num_repeats' for itach ( #36362 )
2020-06-03 09:13:53 -05:00
Bram Kragten
35b95f77e9
Update frontend to 20200603.0 ( #36405 )
2020-06-03 15:20:01 +02:00
Maciej Bieniek
465b98513b
Add config flow to Dune HD ( #36345 )
...
* Add config_flow to the dunehd integration
* Add tests
* Run gen_requirements_all
* Fix pylint error
* Better hostname validation
* Build device info in the class
2020-06-03 07:01:56 -05:00
Scotte Zinn
95563e04e8
Allow synology_dsm configuration to specify a host name ( #36305 )
...
* Allow configuration to specify a host name.
This will default to "synology", so the sensors would be named
sensor.synology_... which is the original implementation.
By specifying a name, which is required for multiple synology hosts,
you can then have sensor.hostA_... and sensor.hostB_...
* Get the base name for the sensors from the Synology DSM hostname
* Don't need the name for the config
* Added missing import
* Fixed another typo
* Removed definition of unused BASE_NAME
* Removed end of line to revert
* Moved for ordering
2020-06-03 13:01:13 +02:00