devices.esphome.io
Mirabella Genio Wi-Fi Dimmable Warm White ES 9W LED GLS Bulb
Mirabella Genio Wi-Fi Dimmable Warm White ES 9W LED GLS Bulb
Device Type: lightElectrical Standard: auBoard: esp8266
GPIO Pinout
| Pin | Function |
|---|---|
| GPIO14 PWM | Light |
Basic Configuration
# Basic Config# https://www.mirabellagenio.com.au/product-range/mirabella-genio-wi-fi-dimmable-9w-led-gls-bulb/esphome: name: genio22 on_boot: priority: 100 # Highest priority, ensures light turns on without delay. then: - light.turn_on: genio22
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:
# Enable the Web Server component webserver: sensor: - platform: wifi_signal name: "genio22 WiFi Signal" update_interval: 60s
switch: - platform: restart name: "genio22 Restart"
output: - platform: esp8266_pwm pin: 14 frequency: 1000 Hz id: pwm_output
light: - platform: monochromatic name: "genio22 Light" output: pwm_output id: genio22