Michael Chisholm
ce27fb87c6
dlna_dmr: less eager discovery ( #58780 )
2021-10-31 16:11:20 +01:00
J. Nick Koston
faecc90b38
Workaround brightness transition delay from off in older yeelight models ( #58774 )
2021-10-31 16:11:07 +01:00
J. Nick Koston
89ae88519d
Add additional test coverage for RYSE smartbridges with HK ( #58746 )
2021-10-31 09:19:37 -05:00
Aaron Bach
f7dea3aa1d
Add Ridwell integration ( #57590 )
2021-10-30 08:27:48 -06:00
Nathan Spencer
aacc009cbb
Get Litter-Robot to 100% code coverage and minor code cleanup ( #58704 )
2021-10-30 09:13:03 -05:00
Dermot Duffy
bbbbcfbb93
Add motionEye services ( #53411 )
2021-10-30 08:48:01 -05:00
J. Nick Koston
061b1abd1b
Improve handling of invalid serial numbers in HomeKit Controller ( #58723 )
...
Fixes #58719
2021-10-29 17:57:01 -07:00
Marc Mueller
e97133613a
Fix round - wallbox ( #58689 )
...
* Fix wallbox round
* Add test case
2021-10-29 17:52:23 -07:00
Chris Browet
b1b782419b
Add REST sensor/binary_sensor/switch templated headers & params ( #54426 )
2021-10-29 16:36:47 -05:00
Dermot Duffy
944a7c09c4
Add motionEye sensor platform ( #53415 )
2021-10-29 16:14:26 -05:00
Dermot Duffy
a2102deb64
Support reverse proxying of motionEye streams ( #53440 )
2021-10-29 15:24:30 -05:00
jjlawren
6e7fe13d51
Disable polling Sonos switches by default ( #58705 )
2021-10-29 14:43:59 -05:00
Erik Montnemery
f3bd13d179
Fix regression in MQTT discovery ( #58684 )
...
* Fix regression in MQTT discovery
* Update test
2021-10-29 15:59:16 +02:00
Erik Montnemery
72d7817dbf
Update light turn_on schema to coerce colors to tuple before asserting sequence type ( #58670 )
...
* Make color_name_to_rgb return a tuple
* Tweak
* Tweak
* Update test
* Tweak test
2021-10-29 15:51:14 +02:00
Erik Montnemery
39867c9b83
Convert RGBW and RGBWW colors in light turn_on calls ( #58680 )
2021-10-29 15:48:11 +02:00
Nathan Spencer
659a0d9a95
Add select platform to Litter-Robot integration ( #58323 )
2021-10-29 07:47:15 -05:00
Franck Nijhof
b3e7eeb020
Fix spelling of OctoPrint ( #58686 )
2021-10-29 13:21:57 +02:00
Martin Hjelmare
3a76d92e0f
Add zwave_js binary sensor descriptions ( #58641 )
2021-10-28 21:28:02 -07:00
Allen Porter
9c5a79c641
Add an image placeholder for Nest WebRTC cameras ( #58250 )
2021-10-28 21:07:29 -07:00
Eddy G
4d5705c0fe
Add 'delta_values' option to utility_meter ( #54964 )
2021-10-28 19:00:31 -05:00
Dave T
37930aeeb6
Aurora abb energy metering ( #58454 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-10-28 16:47:49 -05:00
Michael Chisholm
6cdc372dcb
Add more dlna_dmr media_player services and attributes ( #57827 )
2021-10-28 16:44:41 -05:00
Aaron Bach
806242093d
Add missing SimpliSafe config flow test ( #58563 )
2021-10-28 15:55:14 -05:00
Guido Schmitz
f1884d34e9
Add devolo home network integration ( #45866 )
...
Co-authored-by: Markus Bong <2Fake1987@gmail.com>
Co-authored-by: Markus Bong <Markus.Bong@devolo.de>
2021-10-28 22:42:10 +02:00
Paul Frank
3705f2f7f1
Open and close tilt for Fibaro devices in zwave_js ( #58435 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-28 22:30:34 +02:00
epenet
1e8ccb47ce
Use constants in control4 config flow ( #58602 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-28 22:15:30 +02:00
Guido Schmitz
9f30cd7826
Add configuration_url to devolo Home Control ( #58594 )
2021-10-28 21:33:06 +02:00
epenet
d3bafce157
Use constants in acmeda config flow ( #58590 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-28 18:09:28 +02:00
Erik Montnemery
a0a8b9db26
Add entity category 'system' ( #58595 )
...
* Add entity category 'hidden'
* Update cloud
* Update Google assistant
* Update Alexa
* Fix tests
* Add ENTITY_CATEGORIES constant
* Rename ENTITY_CATEGORY_HIDDEN to ENTITY_CATEGORY_SYSTEM
* Correct import in motioneye
2021-10-28 14:36:41 +02:00
Erik Montnemery
5851d5246e
Bump hatasmota to 0.3.0 ( #58592 )
2021-10-28 14:23:26 +02:00
Jesse Hills
ea028e38d5
Allow configuration_url to be removed/nullified from device registry ( #58564 )
...
* Allow configuration_url to be removed from device registry
* Add test
* Check for None before stringifying and url parsing
* Add type to dict to remove mypy error on assigning None
2021-10-28 12:11:54 +02:00
Erik Montnemery
0456a896e3
Avoid service call in MQTT async_publish function ( #58441 )
...
* Avoid service call in MQTT async_publish function
* Tweak
* Fix integrations + tests
2021-10-28 08:13:32 +02:00
Andre Lengwenus
b34eb53914
Register LCN devices in device registry ( #53143 )
2021-10-27 14:29:28 -07:00
hesselonline
6d6cb03848
Add Number platform to Wallbox ( #52786 )
...
Co-authored-by: jan iversen <jancasacondor@gmail.com>
2021-10-27 12:53:14 -05:00
Erik Montnemery
abb84d9756
Serialize dates and times to isoformat ( #58157 )
2021-10-27 10:51:38 -07:00
epenet
b85217c62e
Adjust onewire device model ( #58516 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-27 12:19:55 -05:00
Austin Mroczek
baaaf3d2bc
Add multi-partition support for TotalConnect ( #55429 )
2021-10-27 12:15:13 -05:00
Paulus Schoutsen
6cd83d1f66
Allow storing picture in area registry ( #58539 )
2021-10-27 10:11:05 -07:00
Erik Montnemery
f228537458
Fix energy cost sensor for MWh + improve tests ( #58540 )
2021-10-27 19:07:05 +02:00
Colin Robbins
39998f5387
Add kWh as cost option for gas ( #58426 )
...
* Add kWh as cost option for GAS
* Add kWh as cost option for GAS (pylint)
* Add kWh as cost option for GAS (make CONST)
* Change GAS_UNITS to VALID_ENERGY_UNITS
* Add test for Gas cost in kWh (2)
* Back off ENERGY_WATT_HOUR - unlikely for gas
* Add MEGA_WATT_HOUR support (2)
* Normalise pricing for MEGA_WATT_HOUR
* Normalise pricing for MEGA_WATT_HOUR
2021-10-27 18:06:32 +02:00
Erik Montnemery
bed4096430
Allow specifying a super template for async_track_template_result ( #58477 )
2021-10-27 16:07:17 +02:00
Erik Montnemery
dfa50a842a
Simplify recorder PgSQL version checks ( #58533 )
2021-10-27 16:05:40 +02:00
Franck Nijhof
bf693e85b1
Revert "Add warning when entity used in template doesn't exist" ( #58527 )
2021-10-27 13:53:26 +02:00
Diogo Gomes
ad48d78315
Simplify utility_meter code base with croniter ( #55625 )
2021-10-27 06:41:44 -05:00
J. Nick Koston
5581f58aad
Handle accessories without a serial number in homekit_controller ( #58498 )
2021-10-27 06:24:57 -05:00
Franck Nijhof
6f14f954f9
Move WLED palette to config entity category ( #58517 )
2021-10-27 13:16:07 +02:00
Tom Schneider
a3dbe8e1e7
Fix media_player grouping while media_player is off ( #58070 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-10-27 12:08:19 +02:00
epenet
8017a1e141
Adjust onewire device manufacturer ( #58515 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-27 12:02:07 +02:00
epenet
19eba5a3a0
Use constants for device registry checks ( #58514 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-27 11:34:58 +02:00
uvjustin
35acca1063
Use PyAV fork and set hvc1 codec tag for H.265 ( #58309 )
2021-10-27 11:04:46 +02:00
Robert Svensson
f6e38fc4e2
Fix issue where UniFi DPI groups state wasn't being updated ( #58502 )
2021-10-27 10:35:44 +02:00
J. Nick Koston
4653d0b079
Retry yeelight setup later if first update fails ( #58446 )
2021-10-27 10:09:45 +02:00
L-I-Am
3727fb5288
Broadlink Integration add support for LB1 ( #50953 )
...
Co-authored-by: Felipe Martins Diel <41558831+felipediel@users.noreply.github.com>
2021-10-26 21:20:11 -05:00
Brett Adams
b57b2e0243
Add Select platform to Advantage Air ( #54747 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-10-26 20:58:14 -05:00
Aaron Bach
e2e19cf4b4
Bump aioambient to 2021.10.0 ( #58494 )
2021-10-26 17:44:40 -06:00
Glenn Waters
de4a4c3ba9
Add async lib and DataUpdateCoordinator for environment_canada ( #57746 )
2021-10-26 14:23:43 -07:00
Petro31
11034a93c3
Add average template function and filter ( #57727 )
2021-10-26 22:43:45 +02:00
Erik Montnemery
953ad71d22
Fix flaky UPNP test ( #58493 )
2021-10-26 13:35:09 -07:00
uvjustin
7024a5d7d9
Minor cleanup on stream ( #58486 )
...
* Allow for rounding errors in playlist validation
* Allow EXT-X-TARGETDURATION to change
* Reuse original source in test_record_stream_audio
2021-10-26 13:11:33 -07:00
Robert Svensson
26c5f89207
Allow data sources to affect client tracker state after reconnecting to UniFi controller ( #58269 )
2021-10-26 22:04:16 +02:00
J. Nick Koston
c3c0a52929
Fix overriding the yeelight model if it is not known ( #56967 )
2021-10-26 21:04:19 +02:00
Robert Svensson
47f6313e5b
Add entity category to UniFi sensors and switches ( #58484 )
2021-10-26 20:23:20 +02:00
David F. Mulcahey
dd1154ad08
Bump ZHA quirks version to 0.0.63 ( #58478 )
2021-10-26 20:22:18 +02:00
Michael Chisholm
2ea537e1a6
dlna_dmr will gracefully handle device's rejection of subscription attempt ( #58451 )
2021-10-26 20:19:18 +02:00
FlavorFx
c5cf69dd9b
Support Energy Sensor and Statistics in Homematic IP Cloud Integration ( #57734 )
...
* Update sensor.py
* Update test_device.py
2021-10-26 20:01:42 +02:00
Joakim Sørensen
f15840e7ff
Limit add-on stats to add-ons that are running ( #58479 )
2021-10-26 19:58:17 +02:00
Allen Porter
f1b082a369
Publish nest event ids in camera related events ( #58299 )
2021-10-26 10:14:12 -05:00
Tobias Sauerwein
3970a50553
Add reauth for Netatmo when token or token scope is invalid ( #57487 )
2021-10-26 16:09:10 +02:00
Robert Meijers
c9966a3b04
Add offset support to time trigger ( #56838 )
2021-10-26 15:52:43 +02:00
Allen Porter
d49c5d511b
Add entity_category to SmartThings sensors ( #58375 )
2021-10-26 14:55:03 +02:00
Paulus Schoutsen
77d02d08bc
Validate device automation capablities WS calls ( #58444 )
2021-10-26 14:47:07 +02:00
Erik Montnemery
ac5e32d648
Corrections for external statistics ( #58469 )
2021-10-26 14:05:45 +02:00
Erik Montnemery
e9ba5f3b4b
Warn when recorder connects to an unsupported database ( #58161 )
2021-10-26 13:41:59 +02:00
Brent Petit
6b9fb4bda3
Clean up rounding in Ecobee integration ( #56319 )
2021-10-26 07:37:43 -04:00
Matthias Alphart
d0cc2a530a
Remove redundant value test in KNX Number entity ( #58455 )
...
* remove redundant test for out of bound value
* increase test coverage for number
2021-10-26 10:42:42 +02:00
Joakim Sørensen
d16304a201
Allow homeassistant prefix for device info configuration url ( #58414 )
...
* Allow panel prefix for device info configuration url
* Add to add-ons
* Use homeassistant as the prefix
* Update homeassistant/components/hassio/__init__.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-10-26 10:34:02 +02:00
J. Nick Koston
def7c80e71
Add support for fan groups ( #57941 )
...
* Add support for fan groups
* dry
* dry
* fix refactor error
* tweaks
* wip
* tweaks
* tweaks
* fix
* fixes
* coverage
* tweaks
2021-10-26 10:32:49 +02:00
Erik Montnemery
f594bc353b
Add support for external statistics ( #56607 )
...
* Support external statistics
* Update tests
* Lint
* Adjust code after rebase
* Separate external statistic_id with :, add name to metadata
* Adjust tests
* Simplify get_metadata_with_session
* Address review comments
* Allow updating external statistics
* Validate input
* Adjust tests after rebase
* Pylint
* Adjust tests
* Improve test coverage
2021-10-26 10:26:50 +02:00
Teemu R
2f346a8048
Add speed & intensity controls to wled ( #56862 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-10-26 00:04:19 -07:00
Kevin Stillhammer
bd5c131675
Add all kraken entities on startup ( #58027 )
...
* Add all kraken entities on startup
* Add _async_add_kraken_sensors
* Add test sensors available after restart
* Add test for config update
* Update tests/components/kraken/test_sensor.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2021-10-26 00:02:49 -07:00
Franck Nijhof
65b19da3ff
Refactor input_select ( #53334 )
2021-10-25 20:38:06 -07:00
J. Nick Koston
3732ae738e
Fix flux_led with RGB/W bulbs (model 0x44) ( #58438 )
2021-10-25 21:53:13 -05:00
Dave T
e22aaea5b2
Aurora abb (solar) configflow ( #36300 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-10-25 20:04:42 -05:00
Michael Chisholm
44aa1fdc66
dlna_dmr won't support devices that don't provide all DMR services ( #58374 )
2021-10-25 19:54:58 -05:00
Paulus Schoutsen
cd3e51b3e7
Ensure domain is correct format ( #58429 )
2021-10-25 15:56:07 -07:00
Raman Gupta
b71773fd1d
Set entity_category for node status sensor ( #58434 )
2021-10-25 17:54:13 -04:00
Aaron Bach
fbdd445999
Add WattTime config option for showing the monitored location on the map ( #57129 )
...
* Add WattTime configuration option for showing the monitored location on the map
* Update tests
* Explicitly pass entry
* Tests
2021-10-25 15:52:14 -06:00
Tim Rightnour
dad5d19a35
Add config flow to venstar ( #58152 )
2021-10-25 23:40:36 +02:00
Simone Chemelli
9d231ac2f8
Abort Fritz config flow for configured hostnames ( #58140 )
...
* Abort Fritz config flow for configured hostnames
* Fix tests + consider all combinations
* Fix async context
2021-10-25 22:44:23 +02:00
Martin Hjelmare
5642350070
Add zwave_js sensor entity categories ( #58416 )
2021-10-25 18:14:44 +02:00
epenet
42793927f7
Use ATTR_VIA_DEVICE constant in onewire tests ( #58405 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-25 09:42:40 -04:00
epenet
29c95a0b34
Use constants in renault tests ( #58406 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-25 09:42:01 -04:00
Brett Adams
71230f1f1c
Advantage Air fix logic for motion sensors ( #58376 )
...
* Check correct value for motion
* Update fixture for motion
* Small cleanup in fixture
2021-10-25 14:14:41 +02:00
Erik Montnemery
640a7fee9d
Allow extra keys in MQTT discovery messages ( #58390 )
...
* Allow extra keys in MQTT discovery messages
* Remove extra keys
2021-10-25 13:47:06 +02:00
Franck Nijhof
027e167d95
Add support for unit of measurement in MQTT number platform ( #58343 )
2021-10-25 09:44:43 +02:00
Patrik Lindgren
c950f1ccfa
Initial support for Tradfri STARKVIND Air purifier ( #58295 )
...
* Initial commit
* Update homeassistant/components/tradfri/const.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Feedback
* Updates
* Remove logger
* Fix codestring
* Update homeassistant/components/tradfri/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/tradfri/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/tradfri/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Percent value
* Add tests
* Typo
* Update tests
* Fix util function
* Update homeassistant/components/tradfri/fan.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update after review
* Review
* Coverage
* Fix test
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-25 08:15:46 +02:00
uvjustin
06008bc343
Fix EXT-X-PROGRAM-DATE-TIME in stream ( #58036 )
...
* Fix EXT-X-PROGRAM-DATE-TIME in stream
* Update fragment duration comments in worker
* Update duration test in worker
* Augment test on low latency playlists
* Reset start_time on discontinuity
2021-10-25 11:33:41 +08:00
Marvin Wichmann
e9ca511327
Add support for entity category for necessary KNX platforms ( #58357 )
2021-10-24 20:12:26 -07:00
jjlawren
3672889609
Add warning if Sonos not linked to Plex ( #58150 )
2021-10-24 12:51:45 -10:00
jjlawren
0600a21e02
Allow advanced Plex `play_media` search options ( #56226 )
2021-10-24 11:22:16 -10:00