zuidwijk / esphome-doorbell

ESPHome based DoorBell
58 stars 17 forks source link

Remove "Doorbell" from entity names, change relay to a regular entity #7

Open fernandodeperto opened 12 months ago

fernandodeperto commented 12 months ago

Because of how Home Assistant creates entities from ESPHome devices, a sensor that in ESPHome is named "Doorbell chime active", when set up with a device simply called "Doorbell", will have its entity named "switch.doorbell_doorbell_chime_active", which is not ideal. By removing "Doorbell" as a prefix for these components, the naming convention inside HA works better.

Secondly, by making the relay component not internal, it can be used with automations for other things. One example is setting up a siren for the alarm integration, or a short beep to indicate something else is wrong, like a water leak sensor, or an AC turned on with an open window/door.