Commit graph

79673 commits

Author SHA1 Message Date
epenet
6f8c9c28e7
Improve type hints in fjaraskupan tests () 2024-06-28 12:03:26 +02:00
Joost Lekkerkerker
0fdf037ba0
Fix ruff type comparison E721 ()
Fix E721
2024-06-28 11:56:49 +02:00
Brett Adams
3d580259e1
Check Tessie scopes to fix startup bug ()
* Add scope check

* Add tests

* Bump Teslemetry
2024-06-28 11:21:59 +02:00
epenet
6d93695e2c
Improve type hints in flux tests () 2024-06-28 11:20:17 +02:00
Mr. Bubbles
540da3cac6
Add unit and state_class to heating sensor in ista EcoTrend ()
* Add unit and state_class to heating sensor

* remove constant
2024-06-28 10:16:13 +01:00
Joost Lekkerkerker
6286177041
Bump panasonic_viera to 0.4.2 ()
* Bump panasonic_viera to 0.4.2

* Bump panasonic_viera to 0.4.2

* Bump panasonic_viera to 0.4.2

* Fix Keys
2024-06-28 11:15:44 +02:00
epenet
9b980602c9
Improve type hints in flux_led tests () 2024-06-28 11:09:54 +02:00
epenet
1e72c2f94d
Bump renault-api to 0.2.4 () 2024-06-28 11:03:01 +02:00
epenet
5e39faa9f8
Improve type hints in auth tests () 2024-06-28 10:01:53 +01:00
Alexey ALERT Rubashёff
84de2da19f
Add warm water remaining volume sensor to Overkiz ()
* warm water remaining volume sensor

* Update homeassistant/components/overkiz/sensor.py

Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>

---------

Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
2024-06-28 09:53:07 +01:00
Joost Lekkerkerker
03c6e0c55f
Fix SIM300 () 2024-06-28 10:46:02 +02:00
Alexey ALERT Rubashёff
c98e70a6dc
Add electrical consumption sensor to Overkiz ()
electrical consumption sensor
2024-06-28 09:45:27 +01:00
Dave Leaver
827bfa89b3
Bump airtouch5py to 1.2.0 ()
* Bump airtouch5py to fix console 1.2.0

* Bump airtouch5py again
2024-06-28 09:44:54 +02:00
Steven B
e0e744aed7
Bump ring-doorbell to 0.8.12 () 2024-06-28 08:52:01 +02:00
Erik Montnemery
ec069f9084
Set stateclass on unknown numeric Tasmota sensors () 2024-06-28 08:42:47 +02:00
Joost Lekkerkerker
4e34d02d2d
Bump apsystems-ez1 to 1.3.3 () 2024-06-28 08:36:10 +02:00
Maciej Bieniek
e764afecac
Bump nextdns to version 3.1.0 ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-06-27 23:12:20 +02:00
Erik Montnemery
f3761a8e53
Bump hatasmota to 0.9.2 () 2024-06-27 22:56:22 +02:00
epenet
bccd5c8c35
Improve type hints in evil_genius_labs tests () 2024-06-27 22:11:24 +02:00
J. Nick Koston
440928bcbe
Bump unifi-discovery to 1.2.0 () 2024-06-27 22:10:48 +02:00
Glenn Waters
338687522a
Bump Environment Canada to 0.7.1 () 2024-06-27 22:10:11 +02:00
Joost Lekkerkerker
6421612429
Bump ttls to 1.8.3 () 2024-06-27 22:09:33 +02:00
Bram Kragten
c4ab0dcd74
Update frontend to 20240627.0 () 2024-06-27 22:06:30 +02:00
Alexey ALERT Rubashёff
195643d916
Improve AtlanticDomesticHotWaterProductionMBLComponent support in Overkiz ()
* add overkiz AtlanticDHW support

Adds support of Overkiz water heater entity selection based on device controllable_name
Adds support of Atlantic water heater based on Atlantic Steatite Cube WI-FI VM 150 S4CS 2400W
Adds more Overkiz water heater binary_sensors, numbers, and sensors

* Changed class annotation

* min_temp and max_temp as properties

* reverted binary_sensors, number, sensor to make separate PRs

* Update homeassistant/components/overkiz/water_heater_entities/atlantic_dhw.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* Update homeassistant/components/overkiz/water_heater_entities/atlantic_dhw.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* Update homeassistant/components/overkiz/water_heater_entities/atlantic_dhw.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* Update homeassistant/components/overkiz/water_heater.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* Update homeassistant/components/overkiz/water_heater_entities/atlantic_dhw.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* Update homeassistant/components/overkiz/water_heater_entities/atlantic_dhw.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* review fixes, typos, and pylint

* review fix

* review fix

* ruff

* temperature properties changed to constructor attributes

* logger removed

* constants usage consistency

* redundant mapping removed

* Update homeassistant/components/overkiz/water_heater_entities/atlantic_dhw.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* boost mode method annotation typo

* removed away mode for atlantic dwh

* absence and boost mode attributes now support 'prog' state

* heating status bugfix

* electrical consumption sensor

* warm water remaining volume sensor

* away mode reintroduced

* mypy check

* boost plus state support

* Update homeassistant/components/overkiz/sensor.py

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>

* sensors reverted to separate them into their own PR

* check away and boost modes on before switching them off

* atlantic_dhw renamed to atlantic_domestic_hot_water_production

* annotation changed

* AtlanticDomesticHotWaterProductionMBLComponent file renamed, annotation change reverted

---------

Co-authored-by: Mick Vleeshouwer <mick@imick.nl>
2024-06-27 22:05:58 +02:00
Thomas55555
aaef31958b
Bump aioautomower to 2024.6.3 () 2024-06-27 21:29:17 +02:00
epenet
629dab238f
Improve type hints in enphase_envoy tests () 2024-06-27 13:24:22 -05:00
J. Nick Koston
c419d226d5
Bump uiprotect to 4.2.0 () 2024-06-27 12:58:42 -05:00
epenet
f4b76406f2
Add capsys to enforce-type-hints plugin () 2024-06-27 19:54:44 +02:00
MatthewFlamm
eb2d2ce1b3
Use more observations in NWS ()
Use more observations
2024-06-27 13:47:25 -04:00
Glenn Waters
89dfca962f
Bump upb-lib to 0.5.7 () 2024-06-27 19:41:36 +02:00
Joost Lekkerkerker
d423dae8ac
Fix unknown attribute in MPD () 2024-06-27 19:41:21 +02:00
Jan Bouwhuis
f3c76cd698
Split mqtt client tests () 2024-06-27 19:37:43 +02:00
J. Nick Koston
0c910bc000
Add newer models to unifi integrations discovery () 2024-06-27 19:20:37 +02:00
Glenn Waters
b9e01b9253
Bump Environment Canada to 0.7.0 () 2024-06-27 12:08:18 -05:00
epenet
e446875c7e
Improve type hints in esphome tests () 2024-06-27 09:33:14 -05:00
Erik Montnemery
3895252965
Fix docstring for EventStateEventData () 2024-06-27 08:00:14 -05:00
Steven B
9758b08036
Update tplink unlink identifiers to deal with ids from other domains () 2024-06-27 07:54:34 -05:00
Steven B
970dd99226
Store tplink credentials_hash outside of device_config () 2024-06-27 07:34:12 -05:00
epenet
0d53ce4fb8
Improve type hints in emulated_hue tests () 2024-06-27 14:27:35 +02:00
Erik Montnemery
8de771de96
Rename async_track_state_reported_event to async_track_state_report_event ()
* Rename async_track_state_reported_event to async_track_state_report_event

* Update tests
2024-06-27 13:45:15 +02:00
Jesse Hills
1f54180807
Mark esphome integration as platinum ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-06-27 06:26:38 -05:00
Josef Zweck
9f6783dcf5
Add release url to lamarzocco update () 2024-06-27 13:21:36 +02:00
Brett Adams
cb92510571
Fix values at startup for Tessie () 2024-06-27 13:17:15 +02:00
Jesse Hills
a93855ded3
[esphome] Add more tests to bring integration to 100% coverage () 2024-06-27 06:08:40 -05:00
Erik Montnemery
a165064e9d
Improve typing of state event helpers () 2024-06-27 06:08:19 -05:00
Erik Montnemery
54a5a3e3fb
Bump hatasmota to 0.9.1 () 2024-06-27 12:55:49 +02:00
Joost Lekkerkerker
9aa2cc11e9
Fix Airgradient ABC days name () 2024-06-27 12:47:58 +02:00
Joost Lekkerkerker
4f7c6bdce8
Disable polling for Knocki () 2024-06-27 12:29:32 +02:00
Dave T
022f545342
Remove unnecessary .coveragerc entries () 2024-06-27 11:21:34 +02:00
Erik Montnemery
06f495dd45
Add snapshots to tasmota sensor test () 2024-06-27 10:43:28 +02:00