devices.esphome.io
Mirabella Genio White Bulb
Mirabella Genio White Bulb
Device Type: lightElectrical Standard: auBoard: esp8266
GPIO Pinout
| Pin | Function | |---------|------------------------------------| | | GPIO13 | Light |
Basic Configuration
# Basic Config# https://mirabellagenio.net.au/es-%2F-bc-cool-white-specsesphome: 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:
switch: - platform: restart name: "Mirabella 1 Restart"
output: - platform: esp8266_pwm id: output1 pin: GPIO13
light: - platform: monochromatic name: "Mirabella_1 Light" output: output1 id: light