3.11.0 (2024-01-10)
Special thanks to the amazing uswong for executing these new features!
Make sure to run the ConfigCreator again to update your config and take advantage of the new features!
Notable Changes
- Accessory names can now handle a single quote
'
, for exampleMitch's Room
. You must also updatehomebridge-cmd4
tov7.0.2
to take advantage of this feature. - For users with
myZone
taking advantage of the 'Fan' Zone Control setup, since iOS 17 theSwingMode
characteristic we were using to be themyZone
switch has disappeared from the accessory's Homekit primary page but hidden deep inside the accessory's Homekit settings. Now we are using theRotationDirection
characteristic rather thanSwingMode
as a proxy for themyZone
switch.RotationDirection
characteristic will show as a round button switch on the Homekit accessory's primary page.
Other Changes
- Performance Update: MyPlace
lights
andthings
will now use ID instead of Name as a parameter instate_cmd_suffix
during the ConfigCreator process, requiring less parsing inAdvAir.sh
. - Dev: Added unit tests to for
lights
andthings
ID as a parameter instate_cmd_suffix
and also added unit tests to test forRotationDirection
characteristics.
Bug Fixes
- Fixed: Broken url path to the homebridge logo on the
README
.