Commit graph

82555 commits

Author SHA1 Message Date
LG-ThinQ-Integration
c5c5778c0a
Fix refrigerator's freshAirFilter issue (#129124)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-25 10:58:04 +02:00
LG-ThinQ-Integration
371a0d574d
Remove endHour entity from LG Thinq (#129126)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-25 10:36:59 +02:00
LG-ThinQ-Integration
ce582791db
Set climate_air_conditioner icons (#128617)
Co-authored-by: Artem Draft <Drafteed@users.noreply.github.com>
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-24 13:09:53 +02:00
LG-ThinQ-Integration
0b6f55eab9
Add warm_mode to switch platform (#128540)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-20 15:12:40 +02:00
LG-ThinQ-Integration
ec30080225
Add sensor platform to LG ThinQ integration (#125799)
* Add sensor platform to LG ThinQ integration

* Use ActiveMode.READABLE for COOKTOP

* modify strings for using referenses

* add device_class for wind_volume

* use state's references

* Dedup

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
Co-authored-by: yunseon.park <yunseon.park@lge.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-10-14 11:31:42 +02:00
LG-ThinQ-Integration
47312793f8
Add select platform to LG ThinQ integration (#125709)
* Add select platform to LG ThinQ integration

* Update file mode

* Add select platform to LG ThinQ integration

* Update strings.json

* Update select.py

* Update __init__.py

* Move entities from select to switch

* Dedup translations

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-08 12:22:08 +02:00
LG-ThinQ-Integration
1a12a0c1d8
Add more switches to LG Thinq integration (#127901)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-08 12:02:05 +02:00
Franck Nijhof
a8974cc676
Revert "Add testing framework for LG ThinQ" (#127779)
Revert "Add testing framework for LG ThinQ (#127237)"

This reverts commit 62ecd50910.
2024-10-07 09:27:38 +02:00
Joost Lekkerkerker
62ecd50910
Add testing framework for LG ThinQ (#127237)
* Add basic testing framework to LG ThinQ

* Add basic testing framework to LG ThinQ

* Add basic testing framework to LG ThinQ
2024-10-07 09:05:03 +02:00
LG-ThinQ-Integration
6992661554
Add climate platform to LG ThinQ integration (#126241)
* Add climate platform to LG ThinQ integration

* Update for reviews

* Modify update_status

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-01 17:13:18 +02:00
LG-ThinQ-Integration
bc71673ea3
Add sensor platform to LG ThinQ integration (#125231)
* Add sensor platform to LG ThinQ integration

* Dedup

* Dedup

* Dedup

* Dedup

* Dedup

* Fix water type enum

* Dedup

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-10-01 16:23:43 +02:00
LG-ThinQ-Integration
3fbc4c49f3
Add vacuum platform to LG ThinQ integration (#126711)
* Add vacuum to LG ThinQ integration

* Update vacuum.py

remove constructor

* restore constructor

* Fix pylint, mypy issues

* Update for reviews

* Remove constructor

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
Co-authored-by: YunseonPark-LGE <34848373+YunseonPark-LGE@users.noreply.github.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-09-27 11:38:35 +02:00
LG-ThinQ-Integration
b1cf70d3a0
Bump thinqconnnect to 0.9.8 (#126710)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-26 09:41:07 +02:00
LG-ThinQ-Integration
f09e4316d7
Add fan platform to LG ThinQ integration (#126712)
* Add fan platform to LG ThinQ integration

* Turn off on 0 percentage

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-26 09:11:26 +02:00
LG-ThinQ-Integration
cd7ac53e0f
Add mqtt to LG ThinQ integration (#125869)
* Add mqtt to LG ThinQ integration

* Change file mode

* Update for reviews

* Change ways to access coordinators in runtime_data

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-23 08:55:33 +02:00
LG-ThinQ-Integration
527cd368f0
Add event platform to LG ThinQ integration (#125800)
* Add event platform to LG ThinQ integration

* Add error and notification translations

* Update event.py

* Fix translations

* Fix

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-09-20 10:46:13 +02:00
LG-ThinQ-Integration
0177313595
Add number platform to LG ThinQ integration (#125711)
* Add number platform to LG ThinQ integration

* Add number platform to LG ThinQ integration

* Update for shebangs

* Modify update_status

---------

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-20 10:34:20 +02:00
shapournemati-iotty
1cea791245
Add Cover platform to Iotty (#125422)
* fadd cover entity and device with mocked commands

* add cover features and update its open percentage

* execute command to the cloud instead of mocking change of shutter state

* test iotty cover commands and insertion

* fix post payload

* refactor introducing common entity from which cover and switch inherit

* move more properties to base class

* use explicit values instead of snapshots

* move iotty device initialization to base entity

* move device info from property to attribute
2024-09-13 14:55:53 +02:00
Steven B.
eae4618c52
Migrate ring siren and switch platforms to entity descriptions (#125775) 2024-09-13 14:27:33 +02:00
LG-ThinQ-Integration
e6d1daacee
Add on_key to ONE_TOUCH_FILTER property in LG ThinQ integration (#125797)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-09-13 14:16:03 +02:00
Brett Adams
e71709f0ec
Add switch platform to Tesla Fleet (#125798)
* Add switch platform

* Add tests
2024-09-13 14:15:25 +02:00
Josef Zweck
8af6ffdb49
Bump lmcloud to 1.2.3 (#125801) 2024-09-13 14:08:29 +02:00
Adam Pasztor
d2289fa542
Add select platform to ADS integration (#125892)
* Add ADS Select integration

* fix: review feedback.
2024-09-13 14:05:37 +02:00
Willem-Jan van Rootselaar
1ae1391cb9
Add platform sensor to BSBLAN integration (#125474)
* add sensor platform

* refactor: Add sensor data to async_get_config_entry_diagnostics

* refactor: Add tests for sensor

* chore: remove duplicate test

* Update tests/components/bsblan/test_sensor.py

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

* refactor: let hass use translation_key

fix raise

* refactor: Add new sensor entity names to strings.json

* refactor: Add tests for current temperature sensor

* refactor: Update native_value method in BSBLanSensor

* refactor: Update test

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-13 14:04:00 +02:00
TimL
6aa07243cd
Add info based sensors to Smlight integration (#125482)
* Move entity category to class

* improve type hints

* Regenerate sensor snapshots to remove some invalid entries

* Add info sensors that display various device settings/modes

* Add strings for info sensors

* Update sensor snapshot with new sensors

* Use StateType

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

* Use icon translations

* statetype

* drop ip sensor

* Lookup enum values before translating

* entities use options

* update options strings

strings

* lookup values from options

* update sensor snapshot

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-13 13:36:54 +02:00
Joakim Sørensen
5d9c986f87
Bump aiogithubapi from 23.11.0 to 24.6.0 (#125819) 2024-09-13 13:33:57 +02:00
Martin Hjelmare
c7e9096dfd
Bump zwave-js-server-python to 0.58.0 (#125666)
* Bump zwave-js-server-python to 0.58.0

* Update lock test
2024-09-13 13:22:37 +02:00
IceBotYT
13d83d86f6
Add reauth flow to Nice G.O. (#125516)
* Add reauth flow to Nice G.O.

* Remove unnecessary freezer use

* Tweaks

* Remove re-raise

* Tiny typing tweak

* Remove if in test

* Remove overlaying old data

* Don't touch title once done
2024-09-13 13:15:53 +02:00
Jan-Philipp Benecke
19a09b93dd
Bump pydiscovergy to 3.0.2 (#125853) 2024-09-13 12:59:33 +02:00
Jan-Philipp Benecke
590b3d0fd4
Remove deprecated YAML import from seventeentrack (#125852) 2024-09-13 12:58:51 +02:00
Jan-Philipp Benecke
ff31efdbf7
Bump aiotankerkoenig to 0.4.2 (#125855) 2024-09-13 12:58:23 +02:00
Klaas Schoute
c67698b34e
Bump autarco lib to v3.0.0 (#125867)
Bump autarco to v3.0.0
2024-09-13 12:50:04 +02:00
epenet
88cacbc898
Expose component constants for llm helper (#125891)
* Expose climate INTENT_GET_TEMPERATURE

* Expose conversation trace items

* More fixes for llm helper
2024-09-13 12:43:37 +02:00
AlCalzone
3eaa005c7e
Use start/stop level change to open/close Z-Wave JS Window Covering CC covers (#125827)
* Z-Wave JS: Use start/stop level change to open/close Window Covering CC covers

* fix: import

* Update tests/components/zwave_js/test_cover.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* assert that up_value and down_value exist

* fix: forgot one

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-13 12:41:13 +02:00
Adam Pasztor
834a1ed608
Add codeowner to ADS integration. (#125893) 2024-09-13 11:20:16 +02:00
epenet
0c178d858f
Fix incorrect import in lcn tests (#125877) 2024-09-13 10:12:38 +02:00
epenet
6d17ad4da6
Move ADS supported types to a StrEnum (#125824) 2024-09-13 10:12:24 +02:00
Jan-Philipp Benecke
f311198da0
Fix failing nextdns coordinator test (#125859) 2024-09-13 08:34:55 +02:00
epenet
bd2b72235e
Use root import in tests (#125862)
* Use root import in components

* One more
2024-09-13 06:42:32 +02:00
epenet
11f42761aa
Fix incorrect import in androidtv tests (#125860) 2024-09-12 23:30:51 +02:00
epenet
47a9dda3b8
Use root import in components (#125858) 2024-09-12 22:21:21 +02:00
G Johansson
d259e4512b
Improve logging message for validation in climate (#125837) 2024-09-12 21:41:00 +02:00
epenet
d530fd31b0
Use root import for async_redact_data in diagnostics (#125821) 2024-09-12 20:37:00 +02:00
Erik Montnemery
662a30ffaf
Disable voip call_in_progress binary sensor (#125812) 2024-09-12 13:34:11 -05:00
Erik Montnemery
56031b2e1a
Disable Wyoming assist_in_progress binary sensor (#125806) 2024-09-12 13:33:35 -05:00
Jan-Philipp Benecke
57e1709782
Remove deprecated YAML import from rova (#125849) 2024-09-12 20:27:42 +02:00
epenet
2c210e4b58
Use root import for websocket_api (#125834) 2024-09-12 19:31:57 +02:00
epenet
6ef1dd56f5
Use root import for device_automation (#125836) 2024-09-12 17:01:25 +02:00
Noah Husby
a4c88a8591
Add entity available attribute to Cambridge Audio (#125831)
* Bump aiostreammagic to 2.2.4

* Move callback handling to entity class

* Wrap all module exceptions in HA errors for Cambridge Audio
2024-09-12 16:09:53 +02:00
epenet
4afc472068
Use root import for media_player and media_source (#125828)
* Use root import for media_player and media_source

* One more
2024-09-12 15:38:53 +02:00