alex3305 / home-assistant-addons

Alex's Home Assistant Add-ons
https://alex3305.github.io/home-assistant-docs/
MIT License
47 stars 29 forks source link

Documentation: Add example which uses custom fields #39

Closed SVNKoch closed 1 year ago

SVNKoch commented 1 year ago

TLDR: made a PR

First of all great addon! I wanted to use custom fields to name some things differently then username or password. Couldn't find it in the documentation adn thus looked through the code to implement it myself :smile: But then I found write_custom_fields "${name}" "${row_contents}" and tried custom fields => They are actually implemented :heart:

So yeah, would be cool if you extend the example in the docs to include such example entry :wink: