devices.esphome.io

15W A70 Mirabella Genio White Bulb

15W A70 Mirabella Genio White Bulb

Device Type: light
Electrical Standard: au
Board: esp8266

GPIO Pinout

PinFunction
GPIO5Light

Basic Configuration

# Basic Config
# https://mirabellagenio.net.au/wi-fi-led-a70-1400-lumen
esphome:
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 flashing
ota:
- platform: esphome
wifi: # Your Wifi network details
# Enable fallback hotspot in case wifi connection fails
ap:
# Enabling the logging component
logger:
# Enable Home Assistant API
api:
# Enable the captive portal
captive_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
Edit this page on GitHub