Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-rossi/dashboard-delbrueck-homeassistant
HomeAssistant-integration for sensors of the city dashboard of Delbrück.
https://github.com/m-rossi/dashboard-delbrueck-homeassistant
hacs hacs-integration home-assistant homeassistant homeassistant-custom-component
Last synced: 7 days ago
JSON representation
HomeAssistant-integration for sensors of the city dashboard of Delbrück.
- Host: GitHub
- URL: https://github.com/m-rossi/dashboard-delbrueck-homeassistant
- Owner: m-rossi
- License: mit
- Created: 2024-01-05T12:27:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T18:59:32.000Z (7 months ago)
- Last Synced: 2024-05-04T00:21:56.127Z (7 months ago)
- Topics: hacs, hacs-integration, home-assistant, homeassistant, homeassistant-custom-component
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dashboard-delbrueck-homeassistant
This [HomeAssistant](https://www.home-assistant.io)-integration adds the sensors
* temperature
* humidity
* wind bearing
* wind speed
* precipitationof the weather stations of the [City Dashboard of Delbrück](https://dashboard-delbrueck.regioit.de).
## Development
### Development in [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers)
After cloning the repository and [starting the devcontainer](https://developers.home-assistant.io/docs/development_environment#developing-with-visual-studio-code--devcontainer) you can modify the `.devcontainer/devcontainer.json`-file and and add the following lines
```json
{
"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.