Commit Graph
20 Commits
Author SHA1 Message Date
Markus AdrarioandGitHub ba8d40f7d3 Add homee fan platform (#143524)
* Initial fan

* add more tests

* add last fan tests and small fixes

* fix tests after latest change

* another small correction

* use common strings

* add snapshot test

* fix review comments

* fix typing

* remove uneeded None

* remove unwanted file

* fix turn_on function

* typo

* Use constants for preset modes.

* fix  review notes.
2025-05-09 18:51:57 +02:00
75b8cb19cf Deprecate Homee valve sensor (#139578)
* remove valve sensor

* deprecate valve sensor

* fix

* Add deprecation issue test

* Add test for deleting disabled deprecated entities

* parametrize issue test

* eliminate one if iteration

* review change 1

* review change 2

* add info where to find valve

* Update homeassistant/components/homee/sensor.py

---------

Co-authored-by: Robert Resch <[email protected]>
Co-authored-by: Joost Lekkerkerker <[email protected]>
2025-05-09 15:37:23 +02:00
Markus AdrarioandGitHub f0cf620854 Add Homee wind_monitoring_state to numbers (#139848) 2025-04-21 21:21:15 +02:00
426e9846d9 Add Homee climate platform (#141616)
* Add climate platform

* Add climate tests

* Add service tests

* Add snapshot test

* Code optimazitions 1

* Add test for current preset mode.

* code optimization 2

* code optimization 3

* small tweaks

* another small tweak

* Last minute changes

* Update tests/components/homee/test_climate.py

Co-authored-by: Joost Lekkerkerker <[email protected]>

* fix review comments

* typo

* more review fixes.

* maybe final review fixes.

---------

Co-authored-by: Joost Lekkerkerker <[email protected]>
2025-04-01 18:08:36 +02:00
Markus AdrarioandGitHub 7a4ca6dcdc Add Homee lock platform (#140893)
* Add homee lock platform

* finish tests

* add locking & unlocking

* add PARALLEL_UPDATES

* fix review comments

* fix test review comment.

* fix another review comment
2025-03-26 09:46:21 -05:00
a9949aece0 Fix typo in Homee (#140759)
* Update strings.json

Fixed typo

* Update homeassistant/components/homee/strings.json

* Fix

---------

Co-authored-by: Joost Lekkerkerker <[email protected]>
2025-03-16 22:27:35 +01:00
Markus AdrarioandGitHub 42f0e70cde Add Homee binary sensor platform (#140088)
* binary-sensor initial

* Add binary sensor tests

* small string changes

* fix review comments

* review change 1
2025-03-16 20:13:36 +01:00
eaad8ec49d Add Homee select platform (#139534)
* homee select initial

* Finish select tests

* Add motor rotation

* fix snapshot after translation compilation

* string improvement

* last fixes

* fix review comments

* remove restore last known state

* readd wind monitoring state

* fix strings

* remove problematic selects

* remove motor rotation from strings

* fix review comments

* Update tests/components/homee/test_select.py

Co-authored-by: Abílio Costa <[email protected]>

* add PARALLEL_UPDATES

* parallel updates for select, not light.

---------

Co-authored-by: Robert Resch <[email protected]>
Co-authored-by: Abílio Costa <[email protected]>
2025-03-06 18:56:17 +00:00
Markus AdrarioandGitHub 23dac3933f Fix Homee brightness sensors reporting in percent (#139409)
* fix brigtness sensor having percent as unit.

* add test for percent-brightness-sensor

* remove valve position and update tests

* Removed test, because covered by Snapshots

* fix review comments

* move device calss to init.

* fix test

* fix review comments

* add battery sensor back to test fixture

* fix
2025-03-04 11:40:36 +01:00
3059d06960 Add Homee number platform (#138962)
Co-authored-by: Joostlek <[email protected]>
2025-02-25 15:49:12 +01:00
Markus AdrarioandGitHub 661b55d6eb Add Homee valve platform (#139188) 2025-02-25 12:06:24 +01:00
Markus AdrarioandGitHub 5d1eb69281 Add light platform to Homee (#138776) 2025-02-20 19:31:31 +01:00
Markus AdrarioandGitHub 20f273f06a Add button platform to Homee (#138923) 2025-02-20 12:07:12 +01:00
Markus AdrarioandGitHub fb3b23aef3 Homee switch platform (#137457) 2025-02-19 15:55:16 +00:00
Markus AdrarioandGitHub 88b444fa5b Add Homee sensor tests (#137200) 2025-02-12 11:35:36 +00:00
f5fd49d8cb Small additions for Homee (#137000)
* fix entity set value error handling

* Translation for node_state sensor

* add entrance gate operator to covers

* fix review comments

* Update tests/components/homee/test_cover.py

* Delete Logging statement

---------

Co-authored-by: Joost Lekkerkerker <[email protected]>
2025-02-01 14:11:53 -06:00
Markus AdrarioandGitHub e578327054 Add more Homee cover tests (#136568) 2025-01-31 11:46:12 +01:00
Markus AdrarioandGitHub 93a231fb19 Homee cover-test (#136563)
initial cover-test
2025-01-26 13:49:28 +01:00
Franck NijhofandGitHub 60bdc13c94 Drop Python 3.12 support (#135589) 2025-01-14 16:23:15 +01:00
eec5fb2133 Add Homee integration to Core (#133738)
Co-authored-by: Joostlek <[email protected]>
2025-01-03 13:44:06 +01:00