-
I'm building a new gpio module for dockerpi 4 channel relay. For this I need two parameters dev_addr and i2c_bus_num.
But when I run python3 -m mqtt_io /home/pi/config.yml
in my config.yml I have:
How can I add new config name in config.yml other then the one you have. Other modules have specific config with CONFIG_SCHEMA |
Beta Was this translation helpful? Give feedback.
Answered by
claudegel
Dec 26, 2021
Replies: 1 comment
-
Stupid me. Those parameters must be placed in the gpio_modules: section of config.yml |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
claudegel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stupid me. Those parameters must be placed in the gpio_modules: section of config.yml
Sorry now it is working