Commit graph

72272 commits

Author SHA1 Message Date
Mike Degatano
a0e515df1a
Allow disabling home assistant watchdog () 2024-02-08 20:09:53 +01:00
Bram Kragten
35cb37ffb0
Update frontend to 20240207.1 () 2024-02-08 20:03:41 +01:00
Marc Mueller
1adbddb754
Update pylint-per-file-ignores to 1.3.2 () 2024-02-08 17:40:30 +01:00
Robert Resch
69af00b360
Bump deebot-client to 5.1.1 () 2024-02-08 15:41:37 +01:00
Robert Resch
fa0260a5d5
Bump aioecowitt to 2024.2.1 () 2024-02-08 15:41:19 +01:00
Erik Montnemery
2f15053311
Don't blow up if config entries have unhashable unique IDs ()
* Don't blow up if config entries have unhashable unique IDs

* Add test

* Add comment on when we remove the guard

* Don't stringify hashable non string unique_id
2024-02-08 15:39:01 +01:00
jan iversen
97c6fd0f8d
Allow modbus negative min/max value. () 2024-02-08 15:34:43 +01:00
Marc Mueller
b329397288
Fix callable import () 2024-02-08 15:29:55 +01:00
jan iversen
9f50153c8b
Allow modbus min/max temperature to be negative. () 2024-02-08 13:48:33 +01:00
wilburCforce
29d3e17461
Update pylutron to 0.2.11 () 2024-02-08 13:32:57 +01:00
jan iversen
e968486594
Bump pymodbus to v3.6.4 () 2024-02-08 13:16:50 +01:00
Marcel van der Veldt
e7213a4192
Handle Matter nodes that become available after startup is done () 2024-02-08 13:14:10 +01:00
Erik Montnemery
c7957f8e94
Prevent network access in emulated_hue tests () 2024-02-08 13:00:45 +01:00
jan iversen
55f10656a7
Allow modbus "scale" to be negative. () 2024-02-08 12:40:32 +01:00
mkmer
168657b724
Catch APIRateLimit in Honeywell () 2024-02-08 10:51:20 +01:00
Marcel van der Veldt
2d88b77813
Skip polling of unavailable Matter nodes () 2024-02-08 09:01:48 +01:00
Marcel van der Veldt
d6e617eff8
Bump Python matter server to 5.5.0 () 2024-02-08 08:59:57 +01:00
Jan-Philipp Benecke
fc5f4bd5b8
Bump aioelectricitymaps to 0.4.0 () 2024-02-08 08:42:22 +01:00
Michael Hansen
1750f54da4
Assist fixes ()
* Don't pass entity ids in hassil slot lists

* Use first completed response

* Add more tests
2024-02-07 15:13:42 -06:00
Maciej Bieniek
b276a7863b
Add missing unique_id check for Shelly Analog Input sensor ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-07 11:20:53 -06:00
Åke Strandberg
8fd51fcbef
Bump myuplink dependency to 0.1.1 ()
Bump myuplink dependeny to 0.1.1
2024-02-07 18:07:53 +01:00
Marc Mueller
de066c7fc0
Reset log level in script tests () 2024-02-07 17:22:10 +01:00
Maciej Bieniek
b5b09446a1
Add analog input value sensor for Shelly ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-02-07 10:22:00 -06:00
Maciej Bieniek
d0384480f5
Test unique IDs for Shelly entities ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-07 10:18:00 -06:00
Malte Franken
8dd1e741b2
Bump aio-geojson-geonetnz-quakes to 0.16 () 2024-02-07 16:24:25 +01:00
Jc2k
1ea9b1a158
Add support for air purifiers to HomeKit Device () 2024-02-07 15:19:42 +00:00
Erik Montnemery
aea81a180c
Fix Shelly white light test () 2024-02-07 15:39:49 +01:00
Erik Montnemery
2e194c4ec3
Fix light color mode in tplink () 2024-02-07 15:39:36 +01:00
Åke Strandberg
5d1da0b3e4
Remove soft hyphens from myuplink sensor names ()
Remove soft hyphens from sensor names
2024-02-07 15:26:00 +01:00
Matrix
34220200c1
Fix YoLink SpeakerHub support ()
* improve

* Fix when hub offline/online message pushing

* fix as suggestion

* check config entry load state

* Add exception translation
2024-02-07 13:42:33 +01:00
Bram Kragten
521e9eb869
Update frontend to 20240207.0 () 2024-02-07 12:29:06 +01:00
dcmeglio
1a037da9f5
Add sensor for Ecowitt raw soil moisture value () 2024-02-07 10:47:40 +01:00
Malte Franken
059c251194
Bump aio-georss-gdacs to 0.9 () 2024-02-07 10:27:10 +01:00
Marc Mueller
2ae019bfc2
Update syrupy to 4.6.1 () 2024-02-07 09:56:42 +01:00
Jiayi Chen
4e2f599720
Update Growatt server URLs () 2024-02-07 09:35:50 +01:00
Thomas55555
6d4ab6c758
Add Husqvarna Automower integration ()
* Add Husqvarna Automower

* Update homeassistant/components/husqvarna_automower/__init__.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/entity.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/entity.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/lawn_mower.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/lawn_mower.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* address review

* add test_config_non_unique_profile

* add missing const

* WIP tests

* tests

* tests

* Update homeassistant/components/husqvarna_automower/api.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/husqvarna_automower/config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update tests/components/husqvarna_automower/conftest.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* .

* loop through test

* Update homeassistant/components/husqvarna_automower/entity.py

* Update homeassistant/components/husqvarna_automower/coordinator.py

* Update homeassistant/components/husqvarna_automower/coordinator.py

* Apply suggestions from code review

* ruff

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-02-07 09:27:04 +01:00
Luke Lashley
6f3be3e505
Move Roborock map retrieval to coordinator and made map always diagnostic ()
Co-authored-by: Robert Resch <robert@resch.dev>
2024-02-07 09:13:51 +01:00
Erik Montnemery
586b4ab93d
Simplify Hue v2 color mode calculation () 2024-02-07 08:56:35 +01:00
Josef Zweck
2fc56ff4e4
Add late PR changes to tedee ()
requested changes
2024-02-07 08:53:19 +01:00
Vilppu Vuorinen
5521a39866
Disable energy report based operations with API lib upgrade ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-02-07 08:45:27 +01:00
Erik Montnemery
b420c65016
Fix hue fallback onoff colormode ()
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2024-02-07 08:14:55 +01:00
Teemu R
d9f97bc7ec
Add tapo virtual integration () 2024-02-07 06:29:26 +01:00
Joost Lekkerkerker
905e25b3a1
Make integration fields in Analytics Insights optional () 2024-02-07 06:26:33 +01:00
starkillerOG
8e51affe50
Bump motionblinds to 0.6.20 () 2024-02-07 06:23:57 +01:00
puddly
26e6bc8a6a
Bump ZHA dependency zigpy to 0.62.3 () 2024-02-07 06:22:54 +01:00
Åke Strandberg
9250dd0355
Add update platform to myuplink ()
* Add update platform to myuplink

* Address comments from review
2024-02-06 23:14:31 +01:00
Joost Lekkerkerker
59e9010b65
Show domain in oauth2 error log ()
* Show token url in oauth2 error log

* Fix tests

* Use domain
2024-02-06 23:03:35 +01:00
Marcel van der Veldt
fd5efd1f79
Add transition support to Matter light platform ()
* Add support for transitions to Matter light platform

* fix the feature check

* add tests
2024-02-06 22:59:55 +01:00
Joost Lekkerkerker
252baa93aa
Bump aioecowitt to 2024.2.0 () 2024-02-06 22:37:20 +01:00
Maciej Bieniek
a6f0b6a005
Ignore trackable without details in Tractive integration ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-06 22:36:12 +01:00