esphome RGB Bulbs and Fly Sprayer

This commit is contained in:
root
2025-09-10 21:07:31 +12:00
parent 04b7d53b6f
commit a27b79fbd9
10 changed files with 1441 additions and 120 deletions
+12
View File
@@ -0,0 +1,12 @@
mqtt:
- light:
schema: json
name: "Lounge Dimmer"
unique_id: lounge_dimmer_1
state_topic: "livingroom/dimmer"
command_topic: "livingroom/dimmer/set"
availability:
- topic: "livingroom/availability"
brightness: true
supported_color_modes: ["brightness"]
retain: true