G Johansson
249af3a78d
Met.no use native_* ( #74259 )
2022-06-30 11:02:20 -07:00
J. Nick Koston
d47e1d28de
Filter out CONF_SCAN_INTERVAL from scrape import ( #74254 )
2022-06-30 11:02:19 -07:00
Franck Nijhof
00468db5af
Update numpy to 1.23.0 ( #74250 )
2022-06-30 11:02:18 -07:00
David F. Mulcahey
15149f4aa1
Fix ZHA events for logbook ( #74245 )
2022-06-30 11:02:18 -07:00
Erik Montnemery
e1fc2ed046
Fire event_mqtt_reloaded only after reload is completed ( #74226 )
2022-06-30 11:02:17 -07:00
Erik Montnemery
a36a2d53ec
Correct native_pressure_unit for zamg weather ( #74225 )
2022-06-30 11:02:16 -07:00
Allen Porter
518468a70b
Allow legacy nest integration with no configuration.yaml ( #74222 )
2022-06-30 11:02:15 -07:00
Pierre Ståhl
b71205acd7
Make media_player.toggle turn on a standby device ( #74221 )
2022-06-30 11:02:14 -07:00
Paulus Schoutsen
e3b99fe62a
Treat thermostat unknown state like unavailable in alexa ( #74220 )
2022-06-30 11:02:13 -07:00
Franck Nijhof
f4df584f13
Fix input_number invalid state restore handling ( #74213 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-30 11:02:11 -07:00
Franck Nijhof
1e8c897702
Update requests to 2.28.1 ( #74210 )
2022-06-30 11:02:11 -07:00
J. Nick Koston
b135560274
Allow tuple subclasses to be json serialized ( #74207 )
2022-06-30 11:02:10 -07:00
Jesse Hills
dbe552b1a1
ESPHome use dhcp responses to update connection host of known devices ( #74206 )
...
* ESPHome use dhcp responses to update connection host of known devices
* Add test for dhcp
* Add another test to cover when there are no changes required
2022-06-30 11:02:09 -07:00
Christopher Bailey
d36643947d
Fix duplicate key for motion sensor for UniFi Protect ( #74202 )
2022-06-30 11:02:08 -07:00
Shay Levy
9d727d2a71
Fix Shelly Duo RGBW color mode attribute ( #74193 )
2022-06-30 11:02:07 -07:00
Franck Nijhof
7690ecc4ff
Fix clicksend request content type headers ( #74189 )
2022-06-30 11:02:07 -07:00
MasonCrawford
71c2f99ee4
Add config flow to lg_soundbar ( #71153 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-06-30 11:02:06 -07:00
Zack Barett
382b5d5073
Bump frontend to 20220630.0 ( #74266 )
2022-06-30 11:01:23 -07:00
G Johansson
25a5ebe0c7
Met.no use native_* ( #74259 )
2022-06-30 10:47:29 -07:00
Maximilian
dc22726425
Optimize optionflow tests ( #74262 )
...
* Optimize optionflow tests
* Extend mocking
2022-06-30 19:45:11 +02:00
J. Nick Koston
2723ca0b85
Filter out CONF_SCAN_INTERVAL from scrape import ( #74254 )
2022-06-30 10:39:36 -07:00
Erik Montnemery
f05b4a0ca0
Fire event_mqtt_reloaded only after reload is completed ( #74226 )
2022-06-30 10:15:25 -07:00
Phil Bruckner
1bdd93cc77
Fix Life360 unload ( #74263 )
...
* Fix life360 async_unload_entry
* Update tracked_members when unloading config entry
2022-06-30 19:10:05 +02:00
Jesse Hills
f311d53c60
ESPHome use dhcp responses to update connection host of known devices ( #74206 )
...
* ESPHome use dhcp responses to update connection host of known devices
* Add test for dhcp
* Add another test to cover when there are no changes required
2022-06-30 10:07:03 -07:00
J. Nick Koston
ce03157f16
Add debug logging to esphome state updates ( #74260 )
2022-06-30 10:05:29 -07:00
Franck Nijhof
105b1b9d58
Update numpy to 1.23.0 ( #74250 )
2022-06-30 10:04:59 -07:00
David F. Mulcahey
8bcccb17f9
Fix ZHA events for logbook ( #74245 )
2022-06-30 10:03:39 -07:00
MasonCrawford
5fa3b90b2c
Add config flow to lg_soundbar ( #71153 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-06-30 10:00:39 -07:00
epenet
781e4571b2
Add CalendarEntity checks to pylint plugin ( #74228 )
...
* Add CalendarEntity checks to pylint plugin
* adjust air_quality ignore
* Mark state property as final
2022-06-30 19:00:34 +02:00
Paulus Schoutsen
7573dc34aa
Treat thermostat unknown state like unavailable in alexa ( #74220 )
2022-06-30 10:00:10 -07:00
Pierre Ståhl
de700e7859
Make media_player.toggle turn on a standby device ( #74221 )
2022-06-30 09:59:46 -07:00
Jeef
d38e8e213a
Fix intellifire climate control not needing a default fireplace ( #74253 )
2022-06-30 10:35:06 -05:00
Alex Henry
f5c6a6be3a
Add config flow to AnthemAV integration ( #53268 )
...
* Add config flow to AnthemAV integration
* Add importing of existing configuration
* Change setting to optional and add default value
* Use entity attribute
* Reduce changes by removing additional media player properties
* Remove title from translation
* Refactor config flow and fix PR comments
* Fix a failing test because of wrong renaming
* Add typing and use existing class and enum
* Bump dependency to v1.3.1
* Remove unecessary async_reload_entry
* Fix requirements_test_all after rebase
* Add const for timeout and remove async_block in test
* Reapply CodeOwner and configflow after rebase
* Remove name from configflow
* Fix manifest prettier failure
* Simplify code and avoid catching broad exception
* Removed unused strings and translations
* Avoid asserting hass.data
2022-06-30 07:13:08 -07:00
epenet
57fd84e20c
Improve type hints in demo ( #74236 )
2022-06-30 15:34:48 +02:00
Franck Nijhof
fdb7a23171
Update black to 22.6.0 ( #74209 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-30 10:08:06 +02:00
Erik Montnemery
407da8c4b8
Correct native_pressure_unit for zamg weather ( #74225 )
2022-06-30 09:42:15 +02:00
Franck Nijhof
3a57f4363f
Revert "Patch out life360 entry setup in tests" ( #74223 )
...
Revert "Patch out life360 entry setup in tests (#74212 )"
This reverts commit ab6e92f996
.
2022-06-30 09:13:25 +02:00
Marc Mueller
42d7f2a3b2
Update pylint to 2.14.4 ( #74192 )
2022-06-30 08:56:43 +02:00
Allen Porter
0cf922cc4e
Allow legacy nest integration with no configuration.yaml ( #74222 )
2022-06-30 08:54:51 +02:00
Marc Mueller
48c5aab5ee
Fix netgear method return type annotation ( #74200 )
2022-06-30 08:16:05 +02:00
Kevin Stillhammer
bef512c425
Split attributes into sensors for here_travel_time ( #72405 )
2022-06-29 22:09:52 -07:00
Franck Nijhof
555e9c6762
Fix input_number invalid state restore handling ( #74213 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 22:06:35 -07:00
Franck Nijhof
f721b9e3df
Fix clicksend request content type headers ( #74189 )
2022-06-29 20:43:14 -05:00
Franck Nijhof
42533ebbb3
Update requests to 2.28.1 ( #74210 )
2022-06-29 20:40:58 -05:00
Franck Nijhof
ab6e92f996
Patch out life360 entry setup in tests ( #74212 )
2022-06-29 17:35:49 -07:00
GitHub Action
721741281e
[ci skip] Translation update
2022-06-30 00:23:07 +00:00
J. Nick Koston
e2fe1a1c5d
Allow tuple subclasses to be json serialized ( #74207 )
2022-06-29 19:14:56 -05:00
Christopher Bailey
1555f40bad
Add UniFi Protect views ( #74190 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 18:10:38 -05:00
Shay Levy
0028dc46e6
Fix Shelly Duo RGBW color mode attribute ( #74193 )
2022-06-30 01:10:25 +02:00
Christopher Bailey
e4bd53b395
Fix duplicate key for motion sensor for UniFi Protect ( #74202 )
2022-06-30 00:52:54 +02:00