devices.esphome.io
Mirabella Genio Monochromatic Bulbs
Mirabella Genio Monochromatic Bulbs
Device Type: lightElectrical Standard: globalBoard: esp8266
The Mirabella Genio is a Tuya-based smart bulb sold by Kmart in Australia.
Basic Configuration
The brightness of the bulb can be controlled using the esp8266_pwm
output component.
esphome: name: example-device friendly_name: Example Device
esp8266: board: esp01_1m # OTA flashingota: - platform: esphome
wifi: # Your Wifi network details # Enable fallback hotspot in case wifi connection fails ap:
# Enabling the logging componentlogger:
# Enable Home Assistant APIapi:
# Enable the captive portalcaptive_portal:
light: - platform: monochromatic name: "Mirabella Genio Smart Bulb" id: light output: output_component1
# Ensure the light turns on by default if the physical switch is actuated. restore_mode: ALWAYS_ON
output: - platform: esp8266_pwm id: output_component1 # May need to use GPIO14 instead for certain globes pin: GPIO13