Skip to content

HomeAssistant-integration for sensors of the city dashboard of Delbrück.

License

Notifications You must be signed in to change notification settings

m-rossi/dashboard-delbrueck-homeassistant

Repository files navigation

dashboard-delbrueck-homeassistant

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

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.