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
Robert Van Gorkom
fcef259021
Prefer use cloud url for oauth2 for Withings ( #36348 )
2020-06-03 12:40:46 +02:00
Fabian Peter Hammerle
8ccdaf2927
Add huawei_lte sensor for number of unread sms ( #35665 )
2020-06-03 11:59:06 +02:00
Anton Tolchanov
d14112748c
Add a Prometheus metric for HVAC action ( #31945 )
2020-06-03 11:53:21 +02:00
Tom Harris
37832d5e81
Bump pyinsteon to 1.0.3 ( #36398 )
2020-06-03 11:52:56 +02:00
Eduard van Valkenburg
5e2b87866e
Update azure_event_hub ( #31448 )
2020-06-03 10:32:14 +02:00
Robert Svensson
a8e7bf6cf7
Axis - bump dependency ( #36402 )
2020-06-03 10:23:31 +02:00
Patrick Kishino
e80fac36d8
Bumped PyAv to 8.0.2 to fix mac os stream issue ( #36396 )
2020-06-03 08:00:50 +02:00