This HomeAssistant-integration adds the sensors
- temperature
- humidity
- wind bearing
- wind speed
- precipitation
of the weather stations of the City Dashboard of Delbrück.
Development in devcontainer
After cloning the repository and starting the devcontainer you can modify the .devcontainer/devcontainer.json
-file and and add the following lines
{
"mounts": [
"source=/path/to/dashboard-delbrueck-homeassistant/custom_components/dashboard_delbrueck,target=${containerWorkspaceFolder}/config/custom_components/dashboard_delbrueck,type=bind"
]
}
to make the integration available in the devcontainer.