feat(eientei): add home-assistant mqtt

This commit is contained in:
514fpv 2024-02-02 09:15:35 +08:00
parent 7bf9f18260
commit 0424967b4b
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"default_config" "default_config"
"met" "met"
"esphome" "esphome"
"mqtt"
"synology_dsm" "synology_dsm"
]; ];
}; };

View file

@ -6,6 +6,10 @@
acl = [ "readwrite #" ]; acl = [ "readwrite #" ];
hashedPassword = "$7$101$Zt3Me3AkHbrKBbbI$SsLTGeTwtkFGXS2F1/S3Vg6w7TcgMLU037ttedKaw/Ela0wgqbaAVxecK1j5i5TDw9OjZMkNI9mUzz9l0d7vcg=="; hashedPassword = "$7$101$Zt3Me3AkHbrKBbbI$SsLTGeTwtkFGXS2F1/S3Vg6w7TcgMLU037ttedKaw/Ela0wgqbaAVxecK1j5i5TDw9OjZMkNI9mUzz9l0d7vcg==";
}; };
users.root = {
acl = [ "readwrite #" ];
hashedPassword = "$7$101$FjpEh+NpG27RltQe$u2dmg9wz+BBnp1s4z6E6x95TyGO5B9RM2z51qxetvAqO4QDvye1J3UCdMvjuz52iMqzZ3eKi+T2xDeLR7CeMgQ==";
};
} ]; } ];
}; };