diff --git a/custom_components/tuya_local/devices/hauschen_smart_mirror.yaml b/custom_components/tuya_local/devices/hauschen_smart_mirror.yaml new file mode 100644 index 0000000000..b5bf62fd17 --- /dev/null +++ b/custom_components/tuya_local/devices/hauschen_smart_mirror.yaml @@ -0,0 +1,36 @@ +name: Mirror +products: + - id: aI7d0iudqVMbCkHL + name: Hauschen 48x36 Mirror +primary_entity: + entity: light + dps: + - id: 1 + type: boolean + name: switch + - id: 3 + type: integer + name: brightness + optional: true + range: + min: 1 + max: 100 + - id: 4 + type: integer + optional: true + name: color_temp + range: + min: 0 + max: 255 + mapping: + - target_range: + min: 2700 + max: 6500 +secondary_entities: + - entity: switch + name: Defogger + dps: + - id: 101 + type: boolean + optional: true + name: switch