Alexei Chetroi
b0b0b15d9d
Update ZHA dependency ( #39862 )
2020-09-09 15:08:55 -04:00
Colin Frei
5fd059a3b6
Use correct URL for Fitbit callbacks ( #39823 )
2020-09-09 20:19:37 +02:00
Chris
1f000e2c3e
Allow setting of hvac_mode when setting temperature in ozw ( #39853 )
2020-09-09 17:08:43 +02:00
Chris Talkington
74219663d6
Fix nzbget sensors ( #39833 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-09 14:56:40 +02:00
Martin Hjelmare
be04f14a78
Make spotify media class lookup more robust ( #39841 )
2020-09-09 14:48:28 +02:00
cgtobi
4f342eae27
Fix Kodi media browser ( #39840 )
...
* Refactor
* Make linter happy
* Only return at the end
* Handle exception
2020-09-09 14:12:11 +02:00
Philip Allgaier
8185ddf9a1
Add systemmonitor check for mandatory "arg" of sensors ( #39687 )
...
* Added check for mandatory "arg" of sensors
* Make pylint happy
* Moved to vol validator function for "arg" checks
* Make pylint happy once again
* Adjustments from code review
2020-09-09 12:57:24 +02:00
HomeAssistant Azure
90892d275c
[ci skip] Translation update
2020-09-09 00:03:44 +00:00
cgtobi
1c4951a8d7
Fix Kodi media browser ( #39829 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-09-08 23:42:45 +02:00
Quentame
95a33ba894
Bump Synology DSM to 0.9.0 ( #39819 )
2020-09-08 23:38:41 +02:00
Maciej Bieniek
748e2696dc
Add missing sensors after reworking sensor platform in Shelly integration ( #39765 )
2020-09-08 23:22:44 +02:00
Bram Kragten
a45f5c7831
Update frontend to 20200908.0 ( #39824 )
2020-09-08 23:17:30 +02:00
Erik Montnemery
9aba1985c7
Fix MQTT light value template ( #39820 )
2020-09-08 23:11:42 +02:00
Franchie
066a418518
Avoid failing when hub does not provide cover position information ( #39826 )
...
The powerview hub, seemingly randomly, will occasionally not
provide data for cover positions. Some requests will return the
desired response, but minutes later the same request might not.
It appears this issue is being experienced by a number of people:
https://community.home-assistant.io/t/hunter-douglas-powerview-component-expanding-this-api/88635/48
While an unfortunate bug with the hub, crashing the integration
as a result of this missing data appears somewhat excessive.
This patch adds a simple check to ensure the 'position' key
has been returned by the hub before attempting to access its
data.
2020-09-08 16:00:38 -05:00
J. Nick Koston
8adfcf23f0
Fix isy994 send_node_command ( #39806 )
2020-09-08 17:31:08 +02:00
J. Nick Koston
4bbd69955b
Restore missing device_class to template binary_sensor ( #39805 )
2020-09-08 17:12:23 +02:00
J. Nick Koston
0507ec9d8b
Fix cover template entities honoring titlecase True/False ( #39803 )
2020-09-08 17:08:31 +02:00
Martin Hjelmare
586d7eaba6
Add media class browse media attribute ( #39770 )
2020-09-08 16:42:01 +02:00
Franck Nijhof
f075823529
Bump version to 0.116.0dev0 ( #39768 )
2020-09-08 16:39:48 +02:00
Emilv2
a695dc20fd
Bump pydelijn to 0.6.1 ( #39802 )
2020-09-08 16:18:34 +02:00
Franck Nijhof
8e4710a2a9
Remove deprecated Hue configuration ( #39800 )
2020-09-08 15:52:04 +02:00
Paulus Schoutsen
c6cba5ebc8
Remove HTML support from frontend ( #39799 )
2020-09-08 15:42:50 +02:00
Paulus Schoutsen
63aa46369b
Copy instead of deepcopy the variables in a wait for trigger ( #39796 )
2020-09-08 15:23:38 +02:00
Paulus Schoutsen
5bcffba53e
Guard for spotify items without type ( #39795 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-09-08 15:23:29 +02:00
Paulus Schoutsen
1e2741ff1b
Some shelly fixes ( #39798 )
2020-09-08 15:12:20 +02:00
cgtobi
973524a4e6
Fix Sonos issue ( #39790 )
2020-09-08 14:13:48 +02:00
Bas Nijholt
fa1a53cdeb
Restore miflora now that v0.7.0 is out ( #39787 )
...
* add miflora again, reverts part of github.com/home-assistant/core/pull/37707
* edit CODEOWNERS
2020-09-08 13:50:53 +02:00
Franck Nijhof
401002dcd4
Remove invalidation version from panel_custom ( #39782 )
2020-09-08 11:59:39 +02:00
Andreas Rehn
c68056d3ad
Add missing EDL21 OBIS codes ( #39714 )
2020-09-08 10:40:05 +02:00
Simone Chemelli
0c8630a2f0
Support shelly cover(roller) mode ( #39711 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-09-08 10:35:01 +02:00
J. Nick Koston
a495946eeb
Add the ability to reload bayesian platforms from yaml ( #39771 )
2020-09-08 09:41:17 +02:00
Tom
bb9ea7ce6e
Add tests for Plugwise integration ( #36371 )
2020-09-08 08:37:44 +02:00
HomeAssistant Azure
07d5af1969
[ci skip] Translation update
2020-09-08 00:04:13 +00:00
Martin Hjelmare
38834d1945
Fix plex browse media ( #39766 )
2020-09-07 22:58:21 +02:00
Martin Hjelmare
c3ee79e4db
Clean up spotify media browser dict access ( #39764 )
2020-09-07 22:17:10 +02:00
Bram Kragten
72b392e853
Update frontend to 20200907.0 ( #39761 )
2020-09-07 21:32:13 +02:00
Aidan Timson
6f43285a28
Force token expires_in to float ( #39489 )
2020-09-07 21:26:58 +02:00
Bram Kragten
d0e44893f5
Local media source: return different error if media folder doesnt exist ( #39759 )
2020-09-07 20:38:06 +02:00
David F. Mulcahey
be8aa16170
Don't poll entities for unavailable ZHA devices ( #39756 )
...
* Don't poll entities for unavailable ZHA devices
* Update homeassistant/components/zha/entity.py
Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
* cleanup after accepting suggestion
Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
2020-09-07 13:52:00 -04:00
Bas Nijholt
36a1877cbd
Add missing MENU option for webos.button service ( #39746 )
...
See all button options at https://github.com/bendavid/aiopylgtv/blob/master/aiopylgtv/buttons.py .
2020-09-07 19:24:06 +02:00
On Freund
78dbd090b5
Update pykodi to 0.1.2 ( #39758 )
2020-09-07 13:15:00 -04:00
Bram Kragten
4b01ab616a
Timer make attribute format always h:mm:ss ( #38292 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-07 19:12:52 +02:00
cgtobi
ef8cdf0405
Add Kodi media browser support ( #39729 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-09-07 18:22:20 +02:00
Marijn Pool
c11b88b4c2
Remove remaining and add finishes_at attributes from timer ( #37519 )
2020-09-07 18:08:46 +02:00
Philip Allgaier
84992da24a
Make Spotify library payload use "BrowseMedia" ( #39744 )
2020-09-07 17:52:35 +02:00
Tomasz
ae5d8f4d64
Support color temperature ( #39743 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-07 17:29:51 +02:00
J. Nick Koston
90d574e521
Ensure static templates are still called back on first refresh ( #39753 )
2020-09-07 17:19:39 +02:00
Martin Hjelmare
fc2cddc452
Fix netatmo browse_media return type ( #39751 )
2020-09-07 16:57:22 +02:00
Franck Nijhof
7c86fa0203
Support 'for' without setting the 'to'-state in automation state triggers ( #39730 )
2020-09-07 16:30:02 +02:00
J. Nick Koston
8c96eb7c56
Retry tado setup later when cloud service is unavailable ( #39748 )
2020-09-07 16:16:29 +02:00
Anders Melchiorsen
4b84b74b89
Support state trigger with from/for but no to ( #39480 )
2020-09-07 16:08:24 +02:00
Chris Talkington
8a3279a5c9
Add device action support for remotes ( #39400 )
2020-09-07 08:54:18 -05:00
Markus Bong
7c56ee8e0c
Add devolo remote devices as binary sensors ( #39105 )
2020-09-07 08:48:14 -05:00
Markus Bong
007873153e
Add devolo current and total consumption to sensors ( #38386 )
2020-09-07 07:24:05 -05:00
Paulus Schoutsen
b07628ae57
Rework Shelly sensors ( #39747 )
...
* Rework Shelly sensors
* Lint
* Add shelly/entity to coveragerc
2020-09-07 14:13:20 +02:00
Bram Kragten
90c6e1c449
Fix cast media player browser ( #39745 )
2020-09-07 13:44:10 +02:00
Tom
5b5b57b810
Bump Plugwise_Smile from 1.1.0 to 1.4.0 ( #39726 )
...
* Provisional commit to test latest pre-release of module
* Bump version to release
2020-09-07 13:17:22 +02:00
cgtobi
21dbce1554
Make Sonos use BrowseMedia ( #39742 )
2020-09-07 11:24:31 +02:00
RogerSelwyn
2bd2dcb50a
Bump pyskyqhub to 0.1.3 ( #39739 )
...
To fix issue - https://github.com/RogerSelwyn/skyq_hub/issues/4 - where tests (and manage) modules includes in pypi package
2020-09-07 10:36:37 +02:00
J. Nick Koston
2e6cd4f12b
Optimize template sandbox for Home Assistant ( #39731 )
2020-09-07 09:17:41 +02:00
Chris
12cc158b64
Remove ozw lock service for loops, replace with get_value() ( #39735 )
2020-09-07 08:39:23 +02:00
Alexei Chetroi
cd0195a27a
Update ZHA dependencies ( #39700 )
...
* Update ZHA dependencies
* Update zigpy-zigate
* Move ZNP on top of the radios so it's probed 1st
Some stick don't like if there was some unexpected traffic on the port
prior the initialization.
* Update dependencies
2020-09-06 23:10:15 -04:00
Erik Montnemery
863b63d75e
Fix handling of device registry defaults ( #39688 )
2020-09-06 21:08:50 -05:00
pbalogh77
3a36a789ad
Improve climate support for fibaro ( #39038 )
...
* Fibaro climate improvements
1, Implemented support for multinode climate devices, such as Danfoss HC10, differentiating zones based on endPointId
2, Improved recognition of temperature sensor subdevice for climate devices
3, Changed default opmode for devices without an opmode to "auto" instead of "fan_only", for better clarity and to avoid misunderstandings
* pylint inspired code restructuring to reduce depth
gotta love pylint
2020-09-06 21:03:03 -05:00
Andrew Marks
d0af3339fc
Add unique_id to jewish_calendar entities ( #39025 )
2020-09-06 20:29:17 -05:00
HomeAssistant Azure
c74f187b1f
[ci skip] Translation update
2020-09-07 00:03:02 +00:00
J. Nick Koston
4779916ac4
Set DEVICE_CLASS_GATE for iSmartGate gates ( #39703 )
2020-09-06 18:55:20 -05:00
Jason Hunter
1a78d96014
allow creating directories from camera snapshot, stream record, and tensorflow file out ( #39728 )
2020-09-06 18:54:24 -04:00
Franck Nijhof
1ec3446c56
State condition can also accept an input_* Entity ID as state value ( #39691 )
2020-09-07 00:36:01 +02:00
Chris
165dd351b7
Fix some missing ozw sensors ( #39686 )
2020-09-07 00:04:55 +02:00
Robert Svensson
41abc08d63
Axis - Improve naming of some events ( #39699 )
...
* Add support for events from Loitering guard and Motion guard
* Improve naming of events originating from applications Fence guard and VMD4 (Loitering guard and motion guard also benefit from this)
2020-09-06 23:26:06 +02:00
J. Nick Koston
251d8919ea
Add domain filter support to async_all to match async_entity_ids ( #39725 )
...
This avoids copying all the states before applying
the filter
2020-09-06 23:20:32 +02:00
Bram Kragten
19818d96b7
Spotify browser add more sources ( #39296 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@gmail.com>
2020-09-06 22:55:29 +02:00
Ville Skyttä
f828cdcaef
Fix setup of ONVIF devices without snapshot capability ( #39723 )
...
* Fix setup of ONVIF devices without snapshot capability
* Unrelated debug message typo fix
2020-09-06 16:52:06 -04:00
Philip Allgaier
dd00cfc7a2
Fix media browser panel title ( #39720 )
2020-09-06 16:48:07 -04:00
J. Nick Koston
e649e27d4d
Bump zeroconf to resolve a performance issue with the cache reaper ( #39713 )
...
https://github.com/jstasiak/python-zeroconf/pull/297
2020-09-06 22:40:27 +02:00
Bouwe Westerdijk
61e8ab1300
Add Plugwise scan_interval config option ( #37229 )
...
Co-authored-by: Tom Scholten <tom@sue.nl>
Co-authored-by: Tom Scholten <git@scholten.nu>
2020-09-06 15:26:14 -05:00
David F. Mulcahey
f2d21ea735
Update ZHA storage every 10 minutes ( #39710 )
2020-09-06 15:00:28 -04:00
fillefilip8
8af64456ec
Add number parsing for OpenHardwareMonitor ( #39030 )
2020-09-06 20:49:54 +02:00
uvjustin
c9a4deb118
Set log level for libav.mp4 in stream ( #39719 )
...
Also add @uvjustin to codeowners
2020-09-06 20:46:36 +02:00
Franck Nijhof
878347243d
Numeric state condition can also accept input_number entity ID ( #39680 )
2020-09-06 20:04:07 +02:00
J. Nick Koston
d7e471e244
Add HomeKit discovery for iSmartGate ( #39702 )
2020-09-06 12:56:38 -05:00
Maciej Bieniek
f29154011e
Bump aioshelly library to 0.3.0 ( #39716 )
2020-09-06 10:34:51 -05:00
kennedyshead
af47a94e70
Update py-melissa-climate to 2.1.4 ( #39708 )
...
* Bumping melissa version
Took 48 minutes
* Black
Took 6 minutes
Co-authored-by: magnusknutas <magnus@thefarm.se>
2020-09-06 10:22:52 -05:00
Franck Nijhof
a3c45a6f89
Add shorthand notation for Template conditions ( #39705 )
2020-09-06 16:55:06 +02:00
Franck Nijhof
da9b077c11
Time condition can also accept an input_datetime Entity ID ( #39676 )
2020-09-06 16:06:09 +02:00
Simone Chemelli
f298281ec4
Make multi-switches device a single device with 2 switches ( #39689 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-09-06 16:05:10 +02:00
Paulus Schoutsen
df8daf561e
Browse media class ( #39698 )
2020-09-06 15:52:59 +02:00
Chris Talkington
13a6aaa6ff
Add media browser support to roku ( #39652 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-06 14:53:45 +02:00
Martin Hjelmare
405311e89f
Bump pytradfri to 7.0.2 ( #39707 )
2020-09-06 12:01:14 +02:00
Jason Hunter
3b88452b2f
Upgrade TensorFlow to 2.3 ( #39673 )
2020-09-06 10:12:36 +02:00
HomeAssistant Azure
2f0138e891
[ci skip] Translation update
2020-09-06 00:03:25 +00:00
Martin Hjelmare
f584e3f689
Bump pytradfri to 7.0.1 ( #39696 )
2020-09-06 00:36:32 +02:00
Simone Chemelli
1fffa748e5
Improve handling of DHCP devices ( #39683 )
2020-09-06 00:17:10 +02:00
Joakim Plate
74fea6d306
Add Arcam radio media browsing ( #39593 )
2020-09-06 00:10:18 +02:00
Martin Hjelmare
b6630a48b2
Add tradfri api call error handling ( #39681 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-05 23:02:32 +02:00
Joakim Plate
29c1bec0f3
Match documentation on expose being default True ( #39692 )
2020-09-05 21:49:33 +02:00
MatthewFlamm
958c9c08d6
Use more homeassistant constants in NWS ( #39690 )
2020-09-05 21:11:15 +02:00
springstan
d2b1918e9c
Drop UNIT_ prefix for percentage constant ( #39383 )
2020-09-05 21:09:14 +02:00
Egor Shilyaev
cdc93d7110
Fix for starline authorization ( #39674 )
2020-09-05 16:40:39 +02:00