brutella / hkknx-public

hkknx is a HomeKit KNX bridge for KNX.
https://hochgatterer.me/hkknx
98 stars 6 forks source link

Validate accessory name #49

Closed brutella closed 4 years ago

brutella commented 4 years ago

HomeKit seems to not allow specific characters in accessory names. We should validate the accessory name and show an error when the name contains invalid characters.

brutella commented 4 years ago

A name must not contain any special characters (except '#') and must not end or begin with a space.

brutella commented 4 years ago

Available in v1.1.0