-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md has outdated installation instructions #27
Comments
would this also mean it can now be used with HA installed via a Docker on a Synology? |
How's it installed? Hassio has a custom_components directory just in /config by default. Download the "variables" directory and all its contents from this repo into your custom_components folder and it'll work fine. |
Should be closed after #32 merge |
Documentation is all over the place. |
@IanAdd I don't understand. There is no reason to have differences between HACS and Github. |
@IanAdd, The "Variable" component in HACS is different: |
You are so right, I am sorry. I started out reading a bit in the community chatter which included a link to https://github.com/rogro82/hass-variables. I started reading that and saw reference to HACS but didn't read the rest of the paragraph and hopped into HACS and searched for 'variable' and got the one from https://github.com/snarky-snark/home-assistant-variables. Installed that and then tried using the original link to tell me how to use it. Duh ! I need to clean my glasses ! |
Suggest updating the README.md as the installations instructions refer to installing
variable.py
intocustom_components/
. But no file with that name exists in your repo now that you've updated the custom component to work with the latest integration method. Ie.service.yaml
, etc.The text was updated successfully, but these errors were encountered: