1786109895

This commit is contained in:
2026-08-07 15:38:15 +02:00
parent ff19ab383c
commit e38d402853
2 changed files with 15 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ pub const LIGHTS: [(&str, &str); 8] = [
("light.living_room", "Living Room"),
("light.shower_light", "Shower"),
("light.utilities", "Utilities"),
("light.light.wc_light", "WC"),
("light.wc_light", "WC"),
];
#[derive(Clone, Debug, PartialEq)]