Replies: 1 comment
-
after 3-4 minuts from HA restart it works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help. I created my own .yaml file for a device that is not supported (a ceiling fan with lights) and I want to test it on my Home Assistant.
I downloaded a similar .yaml file from the /custom_components/tuyalocal/device folder, saved it to my desktop, edited it, and re-uploaded it to the same folder. Then, I restarted Home Assistant and added the device again, but my configuration does not appear among the available options.
What did I do wrong?
I'm attaching my .yaml file (it's not ended, i'm try to test the fan part):
name: Ceiling fan
products:
manufacturer: BLITZWILL
name: Smart_fan_CW
entities:
translation_only_key: fan_with_presets
dps:
type: boolean
name: switch
type: string
name: preset_mode
mapping:
value: fresh
value: nature
type: integer
name: speed
range:
min: 1
max: 6
type: string
name: direction
type: boolean
name: fan_beep
optional: true
Beta Was this translation helpful? Give feedback.
All reactions