Marvin Wichmann
addb91d49e
Update xknx to version 0.18.10 ( #57635 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-10-14 10:54:48 -07:00
Robert Hillis
488a636aec
Clean up unused loggers ( #57662 )
2021-10-14 10:03:38 -07:00
Franck Nijhof
fdc6d9e004
Add select platform to Tuya ( #57674 )
2021-10-14 09:50:51 -07:00
uvjustin
ce186c5935
Only pass libav logger messages when stream logger is set to debug ( #57616 )
2021-10-14 23:43:00 +08:00
Franck Nijhof
b28062789f
Remove deprecated Lyft integration ( #57638 )
2021-10-14 11:27:09 +02:00
Franck Nijhof
2ec352ce96
Migrate attribution attribute for Aftership ( #57649 )
2021-10-14 10:25:19 +02:00
Franck Nijhof
f43bba8cfd
Migrate attribution attribute for bitcoin ( #57651 )
2021-10-14 10:24:30 +02:00
Franck Nijhof
1dcba44199
Migrate attribution attribute for bbox ( #57650 )
2021-10-14 10:23:54 +02:00
J. Nick Koston
d3e24cc1d6
Bump flux_led to 0.24.5 ( #57653 )
...
- Fixes fallback to old protocol with asyncio
- Changelog: https://github.com/Danielhiversen/flux_led/compare/0.24.4...0.24.5
2021-10-14 11:15:29 +03:00
Erik Montnemery
4b3d423767
Add config and diagnostic entities ( #57528 )
...
* Add config entity concept
* Rename is_config_entity to entity_category
* Add test
* Add 'diagnostic' entity category
2021-10-14 10:04:26 +02:00
Joakim Sørensen
24509503bb
Remove snapshot from hassio integration ( #57652 )
2021-10-14 10:00:44 +02:00
Jason Madigan
f62cadf32c
Use reference strings in soma ( #57564 )
2021-10-14 08:54:16 +02:00
Ville Skyttä
8e18ca3b6e
Use HTTPStatus instead of HTTP_* int constants in mobile_app responses ( #56418 )
2021-10-14 08:47:13 +02:00
Franck Nijhof
26faac0567
Remove YAML configuration from Rainforest Eagle ( #57636 )
2021-10-14 08:46:39 +02:00
Michael
0da1f9544e
Correct state classes for systemmonitor sensors ( #57615 )
2021-10-14 08:45:58 +02:00
ollo69
827501659c
Nut: Use coordinator data, code cleanup and add test coverage ( #57643 )
2021-10-13 16:05:06 -10:00
GitHub Action
8c326198cf
[ci skip] Translation update
2021-10-14 00:11:41 +00:00
Franck Nijhof
45f3eb6991
Remove deprecated Wink integration ( #57634 )
2021-10-14 00:20:13 +02:00
ollo69
b54fc0229d
Use entity_registry_enabled_default for Nut sensors ( #56854 )
2021-10-13 11:33:03 -10:00
Franck Nijhof
b220ab6e91
Prettify Tuya entity class names ( #57629 )
2021-10-13 23:30:25 +02:00
Franck Nijhof
b854a2537f
Use classmethod in Tuya TypeData classes ( #57627 )
2021-10-13 22:58:10 +02:00
Franck Nijhof
158dd1556c
Remove myself as code owner from Toon ( #57625 )
2021-10-13 22:36:49 +02:00
Franck Nijhof
b2cef78d90
Add binary sensor platform to Tuya ( #57623 )
2021-10-13 22:12:07 +02:00
Franck Nijhof
14c380fb57
Use EntityDescription in Tuya Switch platform ( #57581 )
2021-10-13 21:15:34 +02:00
Franck Nijhof
6a72af63c2
Refactor Tuya climate platform ( #57609 )
2021-10-13 20:29:11 +02:00
Christian Manivong
16b7375e60
Provide device_id in hue_event ( #56982 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-10-13 20:20:38 +02:00
Otto Winter
df4e8721e9
ESPHome move ReconnectLogic to aioesphomeapi ( #57601 )
2021-10-13 10:04:23 -07:00
Jason Nader
628e59ff11
Clarify that only HTTPS can be used in fitbit ( #57116 )
2021-10-13 08:45:59 -07:00
J. Nick Koston
b86e19143d
Prevent event loop delay / instability from discovery ( #57463 )
2021-10-13 08:37:14 -07:00
Paulus Schoutsen
ffbe4cffae
Guard linking credential that is already linked ( #57595 )
...
* Guard linking credential that is already linked
* Update test descriptions
2021-10-13 17:36:31 +02:00
Maikel Punie
e130c8671b
Bump version ( #57607 )
2021-10-13 17:21:32 +02:00
Erik Montnemery
a5603c0076
Improve warning prints for sensor statistics ( #57605 )
2021-10-13 08:15:04 -07:00
Abílio Costa
c97acf8713
Add support for multiple Whirlpool airconditioners ( #57588 )
2021-10-13 15:45:02 +02:00
Lukas Kempf
3b1938d5ec
Add unique_id support for eq3btsmart ( #57603 )
2021-10-13 15:33:37 +02:00
Jan Bouwhuis
c470a03a4e
Add a use_time sensor for Xiaomi_miio humidifiers ( #57560 )
...
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>
2021-10-13 13:36:02 +02:00
Allen Porter
1fa6329c2e
Add Nest WebRTC and support Nest Battery Camera and Nest Battery Doorbell ( #57299 )
...
* Add WebSocket API for intiting a WebRTC stream
See https://github.com/home-assistant/architecture/discussions/640
* Add nest support for initiating webrtc streams
Add an implementation of async_handle_web_rtc_offer in nest, with test coverage.
Issue #55302
* Rename offer variable to match overriden variable name
* Remove unnecessary checks covered by websocket function
* Update homeassistant/components/camera/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-13 03:28:52 -07:00
jan iversen
8d7744a74f
Warn user if Gateway is already paired ( #57530 )
...
* Warn user if Gateway is already paired.
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-13 07:16:55 +02:00
J. Nick Koston
abcacd2a00
Use a human readable model name in flux_led ( #57519 )
2021-10-12 21:40:49 -07:00
J. Nick Koston
f41aedc0f9
Fix single channel controllers with flux_led ( #57458 )
2021-10-12 21:40:18 -07:00
J. Nick Koston
2adb9a8bec
Refresh the bond token if it has changed and available ( #57583 )
2021-10-12 21:39:46 -07:00
GitHub Action
282300f3e4
[ci skip] Translation update
2021-10-13 00:11:33 +00:00
Aaron Bach
deec3dfae4
Bump simplisafe-python to 11.0.7 ( #57573 )
2021-10-12 12:35:10 -06:00
Erik Montnemery
ee98849360
Always include start point for statistics ( #57182 )
2021-10-12 10:39:36 -07:00
Franck Nijhof
a4357fdb95
Replace all Tuya device property constants with an Enum ( #57559 )
2021-10-12 10:36:14 -07:00
Mark Mäkinen
c55e9136ee
Fix Fast.com autoupdate ( #57552 )
2021-10-12 09:35:35 -07:00
Erik Montnemery
ffeb73a4f6
Add statistics tests for sensor with changing device class ( #57317 )
2021-10-12 09:09:32 -07:00
Franck Nijhof
8ec38ef034
Refactor Tuya device handling ( #57545 )
...
* Refactor Tuya device handling
* Tweak
2021-10-12 16:49:46 +02:00
shbatm
fb18c108d1
Add service to Rainmachine to push weather data from Home Assistant ( #57354 )
2021-10-12 07:40:46 -06:00
jan iversen
4afb4d9076
Bump pytradfri to 7.0.7 ( #57543 )
2021-10-12 15:07:20 +02:00
Franck Nijhof
f82af47f6a
Use Tuya endpoints values from upstream library ( #57537 )
2021-10-12 14:33:19 +02:00