domotic/components/weather/Kconfig.projbuild
2024-07-31 22:13:10 +02:00

12 lines
299 B
Plaintext

menu "Wather data retreival from OpenWeatherMap"
config OPENWEATHERMAP_API_KEY
string "OpenWeatherMap API key"
default "12345678901234567890123456789012"
help
API key obtained from 'https://home.openweathermap.org/' site.
You need to set up a free account on this site first.
endmenu