ikalchev / HAP-python

A python implementation of the HomeKit Accessory Protocol (HAP)
Other
619 stars 119 forks source link

displayed accessory name & characteristics #389

Closed Pythonaire closed 2 years ago

Pythonaire commented 3 years ago

If i'm right, the name of a sensor/service will be defined by the class name. Selecting the optional characteristic "Name" for a standard HAP service will not change anything. I find out, by attaching the optional characteristic "ConfiguredName" to a service, i can overwrite the displayed service name, but not more.

Example: I use HumiditySensor service for a soil moisture sensor. I can set the displayed service as described, ex. "SoilMoisture". But, the characteristic is further displayed as "Air Humidity". Is there a chance to overwrite the default characteristic name for a standard HAP Service?

Pythonaire commented 2 years ago

not work