mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-10-19 23:24:37 +08:00
Tweak child device logic
This commit is contained in:
@@ -53,6 +53,12 @@ class BinarySensor extends RingSocketDevice {
|
||||
device_class: device_class,
|
||||
isLegacyEntity: true // Legacy compatibility
|
||||
}
|
||||
|
||||
this.entity[this.entityName+'_bypass_mode'] = {
|
||||
component: 'select',
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
publishState() {
|
||||
|
Reference in New Issue
Block a user