yaml tidyups for esphome

This commit is contained in:
root
2026-02-05 21:28:48 +13:00
parent c104187d62
commit d7884770fe
15 changed files with 633 additions and 539 deletions
+10 -3
View File
@@ -1,12 +1,19 @@
mqtt:
- light:
schema: json
name: "Lounge Dimmer"
name: "Robodyn Dimmer"
unique_id: lounge_dimmer_1
default_entity_id: light.robodyn_dimmer
state_topic: "livingroom/dimmer"
command_topic: "livingroom/dimmer/set"
availability:
- topic: "livingroom/availability"
- topic: "livingroom/availablity"
payload_available: "online"
payload_not_available: "offline"
brightness: true
supported_color_modes: ["brightness"]
supported_color_modes:
- brightness
retain: true