084fd2d19f
Expose Sonos features as switch entities ( #54502 )
...
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2021-10-23 23:11:27 +02:00
Chris Browet and GitHub
e961d92b5e
Allow service data template to return a dict ( #57105 )
2021-10-23 21:10:30 +02:00
Ville Skyttä and GitHub
380cff167e
Use HTTPStatus in components/[nop]* ( #58279 )
2021-10-23 20:56:30 +02:00
Ville Skyttä and GitHub
5626cc4524
Use http.HTTPStatus in components/r* ( #58288 )
2021-10-23 20:53:39 +02:00
J. Nick Koston and GitHub
5958e6a3f9
Ensure zeroconf uses the newest non-link local address in discovery ( #58257 )
2021-10-23 08:50:19 -10:00
Ville Skyttä and GitHub
50e0c58310
Use http.HTTPStatus in components/s* ( #58291 )
2021-10-23 20:49:04 +02:00
Ville Skyttä and GitHub
b52c5c82b1
Use http.HTTPStatus in components/[gh]* ( #58246 )
2021-10-23 20:34:53 +02:00
Ivan Belokobylskiy and GitHub
059880ebdc
Fix yandex captcha detecting ( #56132 )
...
Yandex recently switched to the new captcha page and the new version of aiomaps supports it.
The check for captcha is moved to platform setup.
Fixes #56035
2021-10-23 11:14:32 +02:00
Allen Porter and GitHub
400e85a299
Rename tests filenames to conform to Home Assistant standards ( #58266 )
2021-10-22 22:25:55 -07:00
Allen Porter and GitHub
fc7be8aa00
Fix a bug in a nest test that causes side effects for other tests ( #58264 )
...
Fix a bug where a constant configuration variable in the common test library
is modified during the test, causing side effects for other tests.
This was found by renaming the tests, which caused other tests to fail.
2021-10-22 21:33:40 -07:00
e481c862a6
Change precision of Nest sensors ( #56993 )
...
* Change precision of Nest sensors
* Add comment to temp rounding
Co-authored-by: Allen Porter <allen.porter@gmail.com >
* Update rounding and tests
* Add test for rounding
Co-authored-by: Allen Porter <allen.porter@gmail.com >
2021-10-22 20:31:25 -07:00
b2d67f8d19
Add grid services active sensor to telsa powerwall integration ( #56317 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2021-10-22 14:25:25 -10:00
Ville Skyttä and GitHub
77120a5137
Use http.HTTPStatus in components/m* ( #58251 )
2021-10-22 23:54:36 +02:00
Allen Porter and GitHub
7d6ad6e5e3
Add additional nest stream test coverage ( #58013 )
2021-10-22 23:30:15 +02:00
Ville Skyttä and GitHub
ce1eda9809
Use http.HTTPStatus in components/[ikl]* ( #58248 )
2021-10-22 23:06:18 +02:00
Chris Browet and GitHub
1867d24b18
Add state_class support to Rest ( #58026 )
2021-10-22 13:48:13 -07:00
Michael Chisholm and GitHub
ee087c7a05
Discovery ignores DLNA DMR devices when they are better supported by another integration ( #57363 )
2021-10-22 10:26:33 -10:00
Joakim Plate and GitHub
8da3b4c79f
Bump arcam library to 0.12 with new series support ( #53843 )
2021-10-22 22:13:17 +02:00
Ville Skyttä and GitHub
b1360ffafb
Use http.HTTPStatus in components/f* ( #58244 )
2021-10-22 22:10:47 +02:00
Dennis Schroer and GitHub
f1091b80a7
Add statistics support to Huisbaasje ( #54651 )
2021-10-22 22:00:44 +02:00
Marvin Wichmann and GitHub
5193e3115d
Restore the previous state of a KNX binary sensor ( #57891 )
2021-10-22 20:52:41 +02:00
Robert Svensson and GitHub
9c1bee9c16
Add support for device configuration URL to UniFi Controller ( #58237 )
2021-10-22 20:04:25 +02:00
001a452bb7
Update naming scheme for Renault entities ( #57922 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com >
2021-10-22 19:46:02 +02:00
Ville Skyttä and GitHub
73d192b3f3
Use HTTPStatus instead of HTTP_ consts and magic values in comp.../[bc]* ( #57989 )
2021-10-22 19:43:40 +02:00
Robert Svensson and GitHub
ab7a34fc71
Add support for device configuration URL to deCONZ gateway ( #58184 )
2021-10-22 19:41:49 +02:00
3b7dce8b95
Index in-progress flows to avoid linear search ( #58146 )
...
Co-authored-by: Steven Looman <steven.looman@gmail.com >
2021-10-22 07:19:49 -10:00
Klaas Schoute and GitHub
efbe8a8689
Fix unit of measurement for P1 Montior ( #57495 )
2021-10-22 18:24:12 +02:00
Lars and GitHub
416d87c01c
Fix fritzbox tests ( #58227 )
2021-10-22 17:29:36 +02:00
Ville Skyttä and GitHub
8bc1509afa
Use HTTPStatus instead of HTTP_ consts and magic values in comp.../[de]* ( #57990 )
2021-10-22 16:28:56 +02:00
c84fee7c6e
Rework octoprint ( #58040 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-10-22 15:25:12 +02:00
Lars and GitHub
2148c84386
Support for Fritz!DECT 500 lightbulbs ( #52830 )
2021-10-22 14:30:03 +02:00
f25d3cf9b3
Gogogate2 add statistics ( #58178 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-10-22 14:24:43 +02:00
Ville Skyttä and GitHub
a598d9f353
Use HTTPStatus instead of HTTP_ consts and magic values in components/a* ( #57988 )
2021-10-22 14:21:34 +02:00
avee87 and GitHub
a0bb2c8b33
Add memory/cpu percentage to Supervisor addons entities ( #57468 )
...
* Add memory/cpu percentage to Supervisor addons entities
* fixed lint
* Use a single update function. Fixed tests
* use constant
* review comments
* oops
2021-10-22 12:23:21 +02:00
c00a5fad8f
Cleanup device registration in Onewire ( #58101 )
...
* Add checks for device registry
* Move registry checks to init.py
* Run device registry check on disabled devices
* Empty commit for testing
* Register devices during initialisation
* Adjust tests accordingly
* Add via_device to device info
* Adjust access to device registry
Co-authored-by: epenet <epenet@users.noreply.github.com >
2021-10-22 11:45:40 +02:00
Robert Svensson and GitHub
281adfe3c9
Add support for device configuration URL to Axis devices ( #58176 )
2021-10-22 11:09:50 +02:00
Erik Montnemery and GitHub
547e36ae94
Tweak energy validator ( #58018 )
...
* Tweak energy validator
* Update code and tests
* Tweak implementation
* Update tests
* Update after rebase
2021-10-22 10:38:04 +02:00
Steven Looman and GitHub
dcf60b54ce
Improve SSDP discovery compatibility when device was discovery through an SSDP advertisement ( #58133 )
2021-10-21 10:57:34 -10:00
626bd25129
Add LOOKin integration ( #58125 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2021-10-21 07:10:23 -10:00
Brig Lamoreaux and GitHub
50686bd06d
Add Device Type Energy to Srp Energy Sensor ( #58147 )
2021-10-21 08:35:59 +02:00
Franck Nijhof and GitHub
dcaa689023
Add auto slider/box mode to number entity ( #57737 )
2021-10-21 07:20:39 +02:00
f2a5d92e61
Fix connect_fail test and modbus.py 100% coverage ( #57894 )
...
Co-authored-by: Joakim Sørensen <joasoe@gmail.com >
2021-10-20 15:22:24 -07:00
jan iversen and GitHub
cca7da77ad
Report modbus buffer too small or too big to unpack ( #57838 )
2021-10-20 15:22:01 -07:00
Andrey Kupreychik and GitHub
a824fa9a7b
Abort keenetic SSDP discovery if the unique id is already setup or ignored ( #58009 )
2021-10-20 14:53:23 -07:00
Erik Montnemery and GitHub
c1d671b817
Fix template sensor when name template doesn't render ( #58088 )
2021-10-20 14:53:06 -07:00
Erik Montnemery and GitHub
398061706c
Correct unit_of_measurement for statistics sensor ( #58023 )
2021-10-20 20:28:48 +02:00
Robert Svensson and GitHub
333c80a694
Assign entity category diagnostics to deCONZ tampering sensors ( #58112 )
2021-10-20 20:24:11 +02:00
Erik Montnemery and GitHub
b301ab25a3
Purge short term statistics ( #58028 )
...
* Purge short term statistics
* Less meep
* Add tests
2021-10-20 16:00:59 +02:00
Erik Montnemery and GitHub
558c2556f1
Report all unrecorded sensors in statistics tool ( #58092 )
2021-10-20 15:58:28 +02:00
Erik Montnemery and GitHub
e3534eec87
Report orphaned statistics in statistic validation ( #57324 )
2021-10-20 15:57:22 +02:00