#Batcontrol add-on by Muexxl
1 messages · Page 1 of 1 (latest)
Hello @worthy meteor. I would be happy to provide some feedback, though I'm also new at writing Home Assistant Add-ons. Here are my notes about your addon:
- Add-on Options description should be done with a "translations" folder. Not by adding comments to the config.yaml file. You can see an example in my add-on where I have one parameter called config_dir. In the en.yaml file I provided a "name" and "description" to it. Those strings are visible in the Add-on "Configuration" tab in Home Assistant.
See example: https://github.com/maorcc/hassio-addon-transmission/blob/main/transmission/translations/en.yaml
- According to the documentation, options that are mandatory for the user to fill, like the IP Address or Password, should be marked with a null value and not by a comment description in the yaml file. (I have not tried it myself)
- In the repository.yaml file the field value for url does not look like a valid url.