Skip to content

Release 1.11.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@itavero itavero released this 05 Jan 22:21
· 15 commits to master since this release

Changed

  • Lights: color_mode is now always used (no longer an experimental flag; also see #208)

Fixed

  • Minor changes to be compatible with the upcoming Homebridge v2 release, among others:
    • In most services where the (numeric) range of a characteristic is limited, the value is now set correctly before doing so, to prevent warnings from HAP-NodeJS.
    • Sanitize accessory names so they only contain alphanumeric, space, and apostrophe characters, and start with an alphanumeric character.