displayed accessory name & characteristics
Pythonaire opened this issue · 1 comments
Pythonaire commented
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
not work