Skip to content

Commit

Permalink
zigbee2mqtt: use ember adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed May 7, 2024
1 parent 1e0e2ef commit 421f37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/rpi/services/home-assistant/default.nix
Expand Up @@ -27,6 +27,7 @@
"cast"
"econet"
"google_translate"
"homeassistant_sky_connect"
"homekit_controller"
"met"
"mqtt"
Expand Down
1 change: 1 addition & 0 deletions hosts/rpi/services/home-assistant/mqtt.nix
Expand Up @@ -10,6 +10,7 @@
};
serial = {
port = "/dev/ttyUSB0";
adapter = "ember";
};
advanced = {
log_level = "debug";
Expand Down

0 comments on commit 421f37d

Please sign in to comment.