devices.esphome.io
15W A70 Mirabella Genio White Bulb
15W A70 Mirabella Genio White Bulb
Device Type: lightElectrical Standard: auBoard: esp8266
GPIO Pinout
| Pin | Function |
|---|---|
| GPIO5 | Light |
Basic Configuration
# Basic Config# https://mirabellagenio.net.au/wi-fi-led-a70-1400-lumenesphome: name: mirabella_1 on_boot: priority: 100 # Highest priority, ensures light turns on without delay. then: - light.turn_on: light
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:
switch: - platform: restart name: "Mirabella 1 Restart"
output: - platform: esp8266_pwm id: output1 pin: GPIO5
light: - platform: monochromatic name: "Mirabella_1 Light" output: output1 id: light