How to configure? #27
-
|
Hi! I apologize as I understand this is a fairly basic questions but I'm new to HA and this is the first custom integration I've used. I've installed this integration through HACS. I believe I understand the configuration variables/ values, but where do I actually change them? Is there an option in the HA / HACS interface or do I need to navigate to a particular configuration file to change directly? The reason I ask is I do not see any associated entities to edit. I assume I may see one once properly configured but I'm not sure how to initially configure if I can't see an entitiy. Thanks very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @KieferMacK. Unfortunately I don't have a config flow built to be able to configure this thru the UI. Configuration is completely manual. Once you install the integration thru HACS you will need to open the configuration.yaml file in your HA config folder and add the config entry with settings appropriate for your account. At minimum you need to add: Once the yaml is saved HA just needs a reboot to make it live. There are other options as listed in the readme of this repository but the above will get it going for you. |
Beta Was this translation helpful? Give feedback.
Hi @KieferMacK. Unfortunately I don't have a config flow built to be able to configure this thru the UI. Configuration is completely manual. Once you install the integration thru HACS you will need to open the configuration.yaml file in your HA config folder and add the config entry with settings appropriate for your account. At minimum you need to add:
Once the yaml is saved HA just needs a reboot to make it live. There are other options as listed in the readme of this repository but the above will get it going for you.