Hi everybody,
I’m new with HA so i don’t know everything. I have a question about my LimitlessLed bulbs.
I use the WiFi Ibox2 and a RGBWW bulb. With the Mi-Light 3 app does this works fine but i can’t get it working with Home Assistant. This is my configuration.yaml:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
light:
platform: limitlessled
bridges:
- host: 192.168.178.10
groups:
- number: 1
name: Bedroom
type: rgbww
I can’t see the bulb in my UI.
I hope you can help me.