Example Configuration
jlong23 opened this issue · 5 comments
I know it's an early release, would it be possible to add an example into the ReadMe.md for configuration?
Much Appreciated for those that don't python that much!
What kind of configuration information are you missing to use the integration?
I assume it's a 'Config.yaml'
camera:
- platform: qr_generator
name: Guest WiFi
content: "WIFI:S:Guest;T:WPA/WPA2;P:Passw0rd!;;"
Which is what I expect to establish a 'Camera' entity to be exposed on a Dashboard.
Am I mistaken on it's usage?
The integration does not support configuration via YAML, but is fully configurable via the UI.
Therefore I don't see the reason for a sample config. In my opinion the config flow is self-explaining.
If there is something unclear about the config flow, feel free to ask and if necessary I will update the README.
Sorry, I was missing the second step after HACS install to add the 'Integration' into the 'Devices'
New and getting caught up with the Nuances of HA and the Community Code Eco-System.... ATM it's like Google, lots of great code pieces, no clear managed path to wire up the pieces from a UI element (IE: Google's Profile Management across GMail/GSuite.... ) But I digress...
Then I recend the suggestion and perhaps a reminder note that it has to be added to devices and then screen caps showing the config, 'gotta spleal it out to us Archi-me-tek-es' ;)
I have adjusted the setup instructions and highlighted that the integration needs to be added in the devices tab.
If you have more questions, feel free to create a new issue.