changes for esphome

This commit is contained in:
2024-11-09 20:50:03 +01:00
parent c3d40022df
commit b46fed0624
4 changed files with 12 additions and 8 deletions

View File

@@ -150,8 +150,8 @@
entity_id = "light.bedroom_lights";
};
data = {
brightness_pct = 5;
color_temp = 450;
brightness_pct = 15;
rgbw_color = [ 255 126 0 255 ];
};
}
];