Marc Mueller
2c13c70e12
Update ruff to 0.12.0 ( #147106 )
2025-06-19 20:39:09 +02:00
Marc Mueller
397ed87f2d
Update aiohomekit to 3.2.15 ( #146059 )
...
* Update aiohomekit to 3.2.15
* Remove Python version exception for homekit_controller
2025-06-02 18:23:04 +01:00
Norbert Rittel
e290829bc0
Add missing hyphen to "eight-digit HomeKit pairing code" ( #144416 )
2025-05-07 11:53:38 -05:00
J. Nick Koston
2188603a49
Bump aiohomekit to 3.2.14 ( #143440 )
2025-04-22 11:00:40 +02:00
Norbert Rittel
ddf37a847d
Use common state for "Manual", fix sentence-casing in homekit_controller ( #143083 )
2025-04-16 06:19:43 -10:00
J. Nick Koston
53b991fb54
Add preset modes to HKC fans ( #142528 )
2025-04-14 11:40:54 +02:00
J. Nick Koston
6f02550ac3
Include HKC BLE MAC in device info when available ( #141900 )
...
* Include HKC BLE MAC in device info when available
* update tests
* cover
* dry
* dry
* dry
2025-04-14 10:14:48 +02:00
J. Nick Koston
8d82ef8e36
Fix HKC showing hvac_action as idle when fan is active and heat cool target is off ( #142443 )
...
* Fix HKC showing hvac_action as idle when fan is active and heat cool target is off
fixes #142442
* comment relocation
2025-04-07 10:11:15 +02:00
Norbert Rittel
ad3f7f041f
Replace "Idle" with common state in homekit_controller ( #141820 )
2025-03-30 15:34:36 +03:00
J. Nick Koston
ea5cf3d854
Bump aiohomekit to 3.2.13 ( #141764 )
...
changelog: https://github.com/Jc2k/aiohomekit/compare/3.2.8...3.2.13
2025-03-29 20:59:56 -10:00
J. Nick Koston
a600bc5e57
Add turn on/off support to HomeKit TVs ( #140957 )
...
* Add turn on/off support to HomeKit TVs
* 0 = off, 1 = on, not a bool
* add coverage
* update snapshot
2025-03-19 11:19:04 -10:00
J. Nick Koston
c5e0418f75
Bump aiohomekit to 3.2.8 ( #139579 )
...
changelog: https://github.com/Jc2k/aiohomekit/compare/3.2.7...3.2.8
2025-03-01 18:41:11 +02:00
J. Nick Koston
577b22374a
Revert polling changes to HomeKit Controller ( #139550 )
...
This reverts #116200
We changed the polling logic to avoid polling if all chars are marked as watchable
to avoid crashing the firmware on a very limited set of devices as it was
more in line with what iOS does. In the end, the user ended up replacing
the device in #116143 because it turned out to be unreliable in other
ways. The vendor has since issued a firmware update that may resolve
the problem with all of these devices.
In practice it turns out many more devices
report that chars are evented and never send events. After a few months
of data and reports the trade-off does not seem worth it since
users are having to set up manual polling on a wide range of
devices. The amount of devices with evented chars that do not
actually send state vastly exceeds the number of devices that
might crash if they are polled too often so restore the previous
behavior
fixes #138561
fixes #100331
fixes #124529
fixes #123456
fixes #130763
fixes #124099
fixes #124916
fixes #135434
fixes #125273
fixes #124099
fixes #119617
2025-02-28 23:25:50 +01:00
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry ( #138201 )
2025-02-10 21:08:03 +01:00
epenet
a05ac6255c
Standardize util imports ( #136723 )
2025-01-28 15:54:06 +01:00
Ville Skyttä
40eb8b91cc
Adjust to recommended propcache.api import paths ( #136150 )
2025-01-21 10:58:22 +01:00
epenet
bc8a2b58d3
Use new ServiceInfo location in components (part 1) ( #135682 )
2025-01-15 15:43:46 +01:00
epenet
24c70caf33
Improve formatting in component files ( #135261 )
...
* Improve formatting in component files
* Apply suggestions from code review
2025-01-10 11:46:15 +01:00
epenet
4b3893eadf
Set default min/max color temperature in homekit_controller lights ( #133334 )
2024-12-16 12:26:29 +01:00
J. Nick Koston
e81add5a06
Set code_arm_required to False for homekit_controller ( #133284 )
2024-12-15 19:28:29 +01:00
epenet
1ee3b68824
Migrate homekit_controller lights to use Kelvin ( #132792 )
2024-12-10 08:28:38 +01:00
G Johansson
ee6be6bfd6
Remove _enable_turn_on_off_backwards_compatibility G-M ( #132418 )
2024-12-05 21:47:13 +01:00
epenet
17afe1ae51
Remove deprecated supported features warning in FanEntity ( #132369 )
2024-12-05 20:32:59 +01:00
Jc2k
6144cc26ba
Bump aiohomekit to 3.2.7 ( #131924 )
2024-11-29 11:29:10 -06:00
J. Nick Koston
a6865f1639
Bump aiohomekit to 3.2.6 ( #129640 )
2024-11-01 14:01:33 -05:00
Jacob Feisley
7f9e5e29a8
Add support for Faucet services in HomeKit Controller ( #129094 )
2024-10-25 11:15:13 +02:00
Joshua Shaffer
b8f6fdeb2b
Use fan mode when heat/cool is idle in homekit_controller ( #128618 )
2024-10-24 09:25:40 +01:00
G Johansson
cdfec7ebb4
Implement new state property for alarm_control_panel which is using an enum ( #126283 )
...
* Alarm state from enum
* Fixes
* Set final
* Fix rebase
* Test const
* Fix breaking version
* Fix other for alarm_control_panel
* Fix integrations
* More
* More
* More
* More
* Fix zha
* Replace _attr_state
* Fix alarm_control_panel
* Fix tests
* Fixes
* Mods
* Change some
* More
* More
* More
* Tests
* Last tests
* Return enum
* Fix zha
* Remove not needed check
* Fix wording
* Fix homekit
* Mod prometheus
* Fix mypy
* Fix homekit
* Fix ifttt
2024-10-21 22:54:27 +02:00
G Johansson
666e8e133e
Cover state is enum ( #127144 )
...
* Change light state to use enum
* Adjust cover tests
* Update cover
* Fix covers
* Some tests
* More tests
* Fix tests
* Fix
2024-10-08 18:39:04 +02:00
J. Nick Koston
0f29fd3e10
Switch to using fast cached_property implementation in propcache ( #127339 )
2024-10-03 13:11:02 -05:00
Erik Montnemery
fed953023d
Ensure homekit_controller config flow title_placeholders items are [str, str] ( #127198 )
2024-10-02 19:58:47 +02:00
Erik Montnemery
59a690f214
Use ConfigFlow.has_matching_flow to deduplicate homekit_controller flows ( #126894 )
2024-09-27 13:41:55 +02:00
Erik Montnemery
264927926e
Remove unignore flow from homekit controller ( #126637 )
2024-09-24 16:43:12 +02:00
G Johansson
93aade6e8e
Change lock state to an enum ( #126379 )
...
* Add new LockState enum for lock states
* Add rest
* Fix insteon tests
* Fix mqtt tests
* Fix tesla_fleet
* Revert back ST_STATE_LOCKED
* Add back constant
2024-09-24 12:30:50 +02:00
Jan-Philipp Benecke
b32f40c0fe
Use debug/warning instead of info log level in components [h] ( #126033 )
2024-09-16 11:44:14 +02:00
epenet
47a9dda3b8
Use root import in components ( #125858 )
2024-09-12 22:21:21 +02:00
J. Nick Koston
0628f96713
Ensure all chars are polling when requesting manual update in homekit_controller ( #124582 )
...
related issue #123963
2024-08-25 21:21:15 +02:00
red-island
32f75597a9
Fix tilt calculation for HomeKit cover devices ( #123532 )
2024-08-24 16:12:32 +01:00
J. Nick Koston
08234efedf
Bump aiohomekit to 3.2.3 ( #124115 )
2024-08-17 10:32:58 -05:00
J. Nick Koston
7985974a58
Bump aiohomekit to 3.2.2 ( #123669 )
2024-08-12 09:02:23 -05:00
J. Nick Koston
b20623447e
Ensure HomeKit connection is kept alive for devices that timeout too quickly ( #123601 )
2024-08-12 14:54:57 +02:00
epenet
7c7b408df1
Fix implicit-return in homekit_controller ( #122920 )
2024-07-31 14:21:58 +02:00
J. Nick Koston
383dd80919
Bump aiohomekit to 3.2.1 ( #122704 )
2024-07-27 12:13:11 -05:00
G Johansson
ca4c617d4b
Add TURN_OFF/TURN_ON feature flags for fan ( #121447 )
2024-07-19 11:35:24 +02:00
J. Nick Koston
e4ef4b81ba
Skip poll of HKC accessory if reachable and chars are watchable ( #116200 )
2024-07-18 08:36:45 +02:00
J. Nick Koston
e2276458ed
Fix homekit_controller tests to avoid global aid generation ( #119852 )
2024-07-17 19:10:02 -05:00
Marc Mueller
ca55986057
Import Generator from collections.abc (1) ( #120914 )
2024-07-01 11:51:51 +02:00
Marc Mueller
bcd1243686
Use VolDictType to improve schema typing ( #120417 )
2024-06-25 15:15:59 +02:00
Marc Mueller
fe21e2b8ba
Import Generator from typing_extensions (1) ( #118986 )
2024-06-06 17:02:13 +02:00
Marc Mueller
905adb2431
Update codespell ignore list ( #118018 )
2024-05-24 10:24:34 +02:00