-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Open
Labels
Description
Feedback
The page first instructs to create a 'hass' user on the router and to configure ACL for the user (good), but then instructs to use router admin user and password in Home Assistant configuration.yaml
(BAD!).
What is missing: instruction to set password for the 'hass' user.
passwd hass
and then to use hass
user and the password in configuration.yaml
.
Giving HA full admin access to the router sounds like a bad idea.
URL
https://www.home-assistant.io/integrations/ubus/
Version
2024.4.1
Additional information
No response
GrzegorzZajac000