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
Jason Hunter
94d8e77f8c
Add non-root dev container user ( #34984 )
...
* add non-root container user
* fix dockerfile and homeassistant editable install
* just install in home directory
* less impactful default changes
* separate RUN for better layer caching
* use vscode-remote base image
2020-06-03 09:55:25 +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
Diefferson Koderer Môro
0e2e39a5f2
Fix Method GetNetworkInterfaces not implemented ( #36243 )
2020-06-02 19:45:20 -07:00
Felipe Martins Diel
a7a58b9eac
Fix SP2-CL (0x7544) sensor update ( #36242 )
...
* Fix SP2-CL (0x7544) sensor update
This device does not support get_energy(). We need to ignore the CommandNotSupportedError in the update method.
* Format with Black
* Only wrap code that throws with catch
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-02 19:44:45 -07:00
rajlaud
8cd640867c
Update pysqueezebox to 0.2.1 ( #35956 )
2020-06-02 20:31:44 -05:00
willscottuk
209f9a812e
Fix Canary entries API removal ( #36218 )
2020-06-02 18:22:39 -07:00
Vincent Le Bourlot
7e2872bab3
Add more tahoma sensors ( #36256 )
2020-06-02 18:17:55 -07:00
Tom Harris
b5f12bd9c1
Add climate platform to Insteon ( #35763 )
2020-06-02 18:16:44 -07:00
J.P. Hutchins
544094af21
Suppress error for start_torrents toggle ( #35799 )
2020-06-02 18:13:15 -07:00
Boris Kaplounovsky
2f6ffe7068
Fix json overwriting if you have >1 PS4 connected ( #35778 )
2020-06-02 17:55:55 -07:00
Markus Bong
e94228fddf
Use show_advanced_options in devolo home control ( #35360 )
2020-06-02 17:52:36 -07:00
fb22
a5d520b603
Add llamalab_automate optional message delivery priority ( #34234 )
...
* Add optional message delivery priority
* Sort components.notify import
* Sort components.notify import
2020-06-02 17:32:08 -07:00
Franck Nijhof
d2e6b863b7
Upgrade wled 0.4.1 ( #36091 )
2020-06-03 02:29:49 +02:00
Kevin Fronczak
94a9b364b0
Move Blink trigger_camera service to camera platform ( #35635 )
2020-06-02 17:25:12 -07:00
HomeAssistant Azure
763ab79e6c
[ci skip] Translation update
2020-06-03 00:03:00 +00:00
Sean Leonard
69531593f2
Sort minecraft_server players_online sensor's players_list ( #35280 )
...
Sort the players_list attribute of the minecraft_server players_online sensor in order to eliminate uneccessary state updates and ease comparisons in state changes.
2020-06-03 02:01:16 +02:00
J. Nick Koston
eedbb86b67
Fix flapping buienradar tests ( #36394 )
2020-06-02 18:54:58 -05:00
baurandr
5ba610859d
Fix exception in callback async_remove_from_mem ( #34075 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-02 16:46:17 -07:00
jjlawren
4180106125
Bump plexapi to 4.0.0 ( #36389 )
2020-06-02 18:38:24 -05:00
Aaron Godfrey
e347f3770c
Use SCAN_INTERVAL instead of Throttle to allow manual todoist updates ( #35297 )
2020-06-03 01:37:41 +02:00
Brynley McDonald
5d6a563ac7
Implement Google Assistant media traits ( #35803 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-02 16:20:59 -07:00
Konstantin Antselovich
f94bbdab61
Disable jemalloc via specific ENV variable, see Issue#36237 ( #36274 )
2020-06-03 01:08:50 +02:00
J. Nick Koston
5f4fdaa171
Remove zeroconf options from homekit ( #35687 )
...
* Remove zeroconf options from homekit
homekit uses the system shared zeroconf instance which
made the interface choice option controlled by the
zeroconf integration setting.
* change to cv.deprecated
* adj
* fix remaining tests from original merge conflict
* remove invalidation_version
2020-06-02 17:47:39 -05:00
Vincent Le Bourlot
bfc5aa90b1
Add support for rts LightRTSComponent switch. ( #36249 )
2020-06-02 17:44:36 -05:00
jjlawren
44d7169642
Fix flaky Plex test ( #36391 )
2020-06-02 17:37:10 -05:00