HASS: WIP group

This commit is contained in:
Filippo Berto 2024-12-22 16:45:15 +01:00
parent a9704e094f
commit 7892749803
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -172,6 +172,15 @@ in
# platform = "bluetooth_tracker"; # platform = "bluetooth_tracker";
# request_rssi = true; # request_rssi = true;
# }]; # }];
group = {
people = {
name = "Persone";
entitites = [
"person.filippo"
"person.giovanni"
];
};
};
image_processing = [ image_processing = [
# { # {
# platform = "doods"; # platform = "doods";