--wip-- [skip ci]
This commit is contained in:
parent
34b8582144
commit
80f99876b8
1 changed files with 4 additions and 3 deletions
|
|
@ -87,6 +87,7 @@ in
|
|||
port = 1883;
|
||||
users.iotdevice = {
|
||||
acl = [
|
||||
"pattern readwrite #"
|
||||
"read IoT/device/action"
|
||||
"write IoT/device/observations"
|
||||
"write IoT/device/LW"
|
||||
|
|
@ -100,9 +101,9 @@ in
|
|||
settings = {
|
||||
homeassistant = config.services.home-assistant.enable;
|
||||
permit_join = true;
|
||||
serial = {
|
||||
port = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
|
||||
};
|
||||
# serial = {
|
||||
# port = "/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0";
|
||||
# };
|
||||
};
|
||||
};
|
||||
grafana = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue