Skip to content

Commit

Permalink
zigbee2mqtt: add new switches and groups
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Mar 27, 2024
1 parent 7cbe579 commit 2e38e84
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions hosts/rpi/services/home-assistant/mqtt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
"0x001788010de59fb4" = {
friendly_name = "homelab/zone/garage/light-stairs";
};
"0xb43a31fffe380054" = {
friendly_name = "homelab/zone/garage-bathroom/switch-light";
};
"0x048727fffe19208b" = {
friendly_name = "homelab/zone/garage-bathroom/switch-fan";
};
"0xb43a31fffe38d5b8" = {
friendly_name = "homelab/zone/garage-hallway/switch-stairs";
};

# Downstairs
"0x3425b4fffe49ed85" = {
Expand All @@ -67,6 +76,15 @@
"0x001788010de59fdc" = {
friendly_name = "homelab/zone/kitchen/light-4";
};
"0xb43a31fffe396ae0" = {
friendly_name = "homelab/zone/kitchen/switch-stairs-light";
};
"0xb43a31fffe270352" = {
friendly_name = "homelab/zone/kitchen/switch-kitchen-light";
};
"0xb43a31fffe308aa9" = {
friendly_name = "homelab/zone/kitchen/switch-living-room-light";
};
"0x001788010de59294" = {
friendly_name = "homelab/zone/living-room/light-1";
};
Expand Down Expand Up @@ -103,6 +121,20 @@
friendly_name = "homelab/zone/upstairs/hallway-shade";
};
};

groups = {
"1" = {
friendly_name = "homelab/group/kitchen-garage-stairs";
devices = [
"0x001788010de59fb4/11"
"0x001788010de59f87/11"
"0xb43a31fffe396ae0/2"
"0xb43a31fffe38d5b8/2"
"0xb43a31fffe38d5b8/1"
"0xb43a31fffe396ae0/1"
];
};
};
};
};
mosquitto = {
Expand Down

0 comments on commit 2e38e84

Please sign in to comment.