Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robmarkcole/hassio-addons
Addons for Home Assistant
https://github.com/robmarkcole/hassio-addons
hassio hassio-addons homeassistant
Last synced: 6 days ago
JSON representation
Addons for Home Assistant
- Host: GitHub
- URL: https://github.com/robmarkcole/hassio-addons
- Owner: robmarkcole
- License: other
- Created: 2019-08-01T19:49:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T18:36:31.000Z (5 months ago)
- Last Synced: 2024-12-24T20:01:52.007Z (9 days ago)
- Topics: hassio, hassio-addons, homeassistant
- Language: Dockerfile
- Homepage: https://www.home-assistant.io/addons/
- Size: 497 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hass.io Addons repository
## Hello flask
Hello world flask addon that simply returns a string. Navigate to [http://homeassistant.local:5000/](http://homeassistant.local:5000/)## Motion
[A usb camera motion detector addon.](./motion) This fork allows viewing the live stream and by default does not save any images to disk. Note that if you are on a public network be careful as authentification of the stream and webcontrol are not enabled.
## Streamlit
Run the [streamlit demo](https://docs.streamlit.io/en/latest/getting_started.html). The build takes a long time, but succeeds in the end :-)
## Tesseract - WIP
Build failing, unsure why: `Can't build local/aarch64-addon-tesseract:0.3: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 127`# Development
* Setup samba server and use local vscode
* debug the docker image locally on my dev machine, first build `docker build -t $yourimage .` then run `docker run -it --entrypoint=/bin/bash $yourimage`