uvjustin
9aaa92f366
Improve part metadata in stream ( #58822 )
2021-10-31 20:23:01 -07:00
Maciej Bieniek
7126c9b0de
Add `configuration_url` to GIOS integration ( #58840 )
2021-10-31 20:22:13 -07:00
Paulus Schoutsen
a122cbab61
Mobile app to update entity registry on re-register sensors ( #58378 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-10-31 20:21:46 -07:00
GitHub Action
4e419d8c6f
[ci skip] Translation update
2021-11-01 00:13:04 +00:00
Kevin Hellemun
a3332410dc
Add ROCKROBO_E2 to supported vacuums for xiaomi_miio ( #58817 )
...
e1adea55f3/miio/vacuum.py (L129)
2021-11-01 00:29:57 +01:00
Felipe Martins Diel
3f61ff4f96
Make general code quality improvements in the Broadlink integration ( #58848 )
...
* Create DEVICE_TYPES constant
* Rename _auth_fetch_firmware() to _get_firmware_version()
* Rename dev_type to device_type
* Use SOURCE_REAUTH from config_entries namespace
* Fix unidiomatic imports
2021-11-01 00:01:11 +01:00
Tim Rightnour
adfebaf510
Address late review of venstar ( #58813 )
...
* Additional fixes from PR #58601
* Suggested fix to reduce attribute access
2021-10-31 23:25:19 +01:00
Franck Nijhof
9daf2ee65d
Fix Plugwise not updating config entry with discovery information ( #58819 )
2021-10-31 12:19:51 -07:00
Michael
ccad6a8f07
Add configuration url to AVM Fritz!Smarthome ( #57711 )
...
* add configuration url
* extend data update coordinator
* improve exception handling during data update
* store coordinator after first refresh
* fix light init
2021-10-31 12:12:25 -07:00
Quentame
8f51192cf0
Cleanup old entity.unique_id migration from Synology DSM ( #58811 )
...
Created on 2nd of june 2020 from #35565
2021-10-31 19:23:40 +01:00
Marc Mueller
4c68662612
Use assignment expressions 34 ( #58823 )
2021-10-31 19:01:16 +01:00
Marc Mueller
e0c0d00833
Use assignment expressions 39 ( #58829 )
2021-10-31 18:56:25 +01:00
Marc Mueller
72801867d6
Use assignment expressions 38 ( #58828 )
2021-10-31 18:49:18 +01:00
Marc Mueller
b6d9e517c2
Use assignment expressions 37 ( #58827 )
2021-10-31 18:45:27 +01:00
Robert Hillis
8e03102892
Bump pyefergy to 0.1.3 ( #58821 )
2021-10-31 18:41:55 +01:00
Marc Mueller
1ce889be60
Use assignment expressions 36 ( #58825 )
2021-10-31 18:35:27 +01:00
Marc Mueller
3f1b4906bf
Use assignment expressions 35 ( #58824 )
2021-10-31 18:32:17 +01:00
Dermot Duffy
ab7d8db481
Add motionEye media browser ( #53436 )
2021-10-31 10:59:31 -05:00
Quentame
3c5799e394
Cleanup old config entry migration from Météo-France ( #58809 )
2021-10-31 16:17:35 +01:00
Michael Chisholm
4f83a251fa
Bump async-upnp-client to 0.22.11 ( #58803 )
2021-10-31 16:16:50 +01:00
epenet
2ae86124c7
Add zeroconf ATTR constants ( #58671 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-10-31 16:13:26 +01:00
purcell-lab
13386fc41b
Fix solaredge energy sensor names ( #58773 )
2021-10-31 16:11:48 +01:00
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
Tobias Sauerwein
f94bbf351d
Set Netatmo max default temperature ( #58718 )
2021-10-31 15:38:01 +01:00
Kevin Hellemun
e38f3e447c
Add ROCKROBO_S4 to xiaomi_miio vaccum models ( #58682 )
2021-10-31 09:36:37 -05:00
J. Nick Koston
89ae88519d
Add additional test coverage for RYSE smartbridges with HK ( #58746 )
2021-10-31 09:19:37 -05:00
Michael
81845bb0b5
Fix channel.send in Discord ( #58756 )
2021-10-31 13:32:49 +01:00
Matthias Alphart
968e582468
Remove `last_knx_update` extra_state_attribute from KNX BinarySensor and Sensor ( #58786 )
2021-10-31 12:58:17 +01:00
Felipe Martins Diel
1e92e35bff
Improve code quality of the Broadlink switch platform ( #58794 )
2021-10-31 11:48:52 +01:00
Felipe Martins Diel
9bc0e8e8ab
Improve code quality of the Broadlink light platform ( #58790 )
2021-10-31 11:48:35 +01:00
Joakim Plate
7047205fb8
Correct fjaraskupan post merge review comments ( #58796 )
2021-10-31 11:47:25 +01:00
Jonathan Keljo
f561533d2c
Fix some typing issues in greeneye_monitor ( #58788 )
...
* Improve typing
* Import cast
2021-10-31 09:30:11 +01:00
Franck Nijhof
26b951194c
Add configuration_url to OctoPrint ( #58753 )
...
* Add configuration_url to Octoprint
* fix device_info() return
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2021-10-31 08:00:31 +01:00
GitHub Action
8da010cacd
[ci skip] Translation update
2021-10-31 00:12:41 +00:00
Marc Mueller
733280e169
Use EntityDescription - wallbox ( #58690 )
2021-10-30 17:33:07 -05:00
Marc Mueller
d6e49bc5bc
Fix litterrobot vacuum base class ( #58765 )
2021-10-30 17:27:12 -05:00
Tim Rightnour
f87f72bb8e
Switch to update coordinator, and bump venstarcolortouch to 0.15 ( #58601 )
2021-10-30 17:23:47 -05:00
Allen Porter
6c426fea9e
Serve nest placeholder image from disk rather than generate on the fly ( #58663 )
...
* Serve placeholder image from disk rather than generate on the flay
The placeholder image was generated from hoome assistant, saved, flipped, and
crushed a bit. The image is 640x480 and the integration does not support any on the
fly resizing.
* Cache Nest WebRTC placeholder image on camera
Cache Nest WebRTC placeholder image rather than reading from disk every time.
2021-10-30 13:44:28 -07:00
muppet3000
972dbac1f7
Add __init__ for growatt sensor types ( #58749 )
2021-10-30 22:19:18 +02:00
J. Nick Koston
3374005b33
Bump zeroconf 0.36.11 ( #58755 )
2021-10-30 19:18:39 +02:00
Kapernicus
5224050df8
Bump nad_receiver to version 0.3.0 ( #58751 )
2021-10-30 18:11:37 +02:00
Erik Montnemery
56f746fd39
Coerce to tuple before asserting the sequence ( #58672 )
2021-10-30 16:50:24 +02:00
Bastien Gautier
18ebdbed3e
Add AUCTION coin ( #58709 )
2021-10-30 16:43:22 +02:00
Marc Mueller
84618fa831
Use assignment expressions 30 ( #58714 )
2021-10-30 16:33:42 +02:00
Marc Mueller
7063c05127
Use assignment expressions 33 ( #58717 )
2021-10-30 16:32:41 +02:00
Marc Mueller
b1d49b3b66
Use assignment expressions 29 ( #58713 )
2021-10-30 16:31:43 +02:00
Marc Mueller
887d04be60
Use assignment expressions 32 ( #58716 )
2021-10-30 16:30:13 +02:00
Marc Mueller
a48ddcadd4
Use assignment expressions 31 ( #58715 )
2021-10-30 16:29:07 +02:00
Aaron Bach
f7dea3aa1d
Add Ridwell integration ( #57590 )
2021-10-30 08:27:48 -06:00