Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killer0071234/ha-addon-repository-edge
Homeassistant addon Repository edge
https://github.com/killer0071234/ha-addon-repository-edge
home-assistant
Last synced: 30 days ago
JSON representation
Homeassistant addon Repository edge
- Host: GitHub
- URL: https://github.com/killer0071234/ha-addon-repository-edge
- Owner: killer0071234
- License: mit
- Created: 2024-04-01T12:17:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T19:42:58.000Z (3 months ago)
- Last Synced: 2024-10-19T07:16:05.784Z (3 months ago)
- Topics: home-assistant
- Language: Jinja
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# EDGE - Home Assistant Community Add-ons
![Project Stage][project-stage-shield]
![Maintenance][maintenance-shield]
[![License][license-shield]](LICENSE.md)Addons for [http://home-assistant.io](http://home-assistant.io)
Created by [Daniel Gangl][killer0071234].
## WARNING! THIS IS AN EDGE REPOSITORY
This Home Assistant Add-ons repository contains edge builds of add-ons. Edge
builds add-ons are based upon the latest development version.- They may not work at all.
- They might stop working at any time.
- They could have a negative impact on your system.This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
- Developers.If you are more interested in stable releases of our add-ons:
# Installation
Simply click this button:[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fkiller0071234%2Fha-addon-repository-edge)
or to install manually simply add this to Home Assistant Add-on repository:
```txt
https://github.com/killer0071234/ha-addon-repository-edge
```## Add-ons provided by this repository
### ✓ [CybroScgiServer][addon-cybroscgiserver]
![Latest Version][cybroscgiserver-version-shield]
![Supports armhf Architecture][cybroscgiserver-armhf-shield]
![Supports armv7 Architecture][cybroscgiserver-armv7-shield]
![Supports aarch64 Architecture][cybroscgiserver-aarch64-shield]
![Supports amd64 Architecture][cybroscgiserver-amd64-shield]
![Supports i386 Architecture][cybroscgiserver-i386-shield]SCGI serer to communicate to PLCs from Cybrotech / Robotina
[:books: CybroScgiServer add-on documentation][addon-doc-cybroscgiserver]
## Releases
Add-on releases are **NOT** based on [Semantic Versioning][semver], unlike
all our other repositories. The latest build commit SHA hash of each
add-on, represents the version number.## Support
Got questions?
You could open an issue here on GitHub. Note, we use a separate
GitHub repository for each add-on. Please ensure you are creating the issue
on the correct GitHub repository matching the add-on.- [Open an issue for the add-on: CybroScgiServer][cybroscgiserver-issue]
For a general repository issue or add-on ideas [open an issue here][issue]
## Contributing
This is an active open-source project. We are always open to people who want to
use the code or contribute to it.We have set up a separate document containing our
[contribution guidelines](CONTRIBUTING.md).Thank you for being involved! :heart_eyes:
## Adding a new add-on
We are currently not accepting third party add-ons to this repository.
For questions, please contact [Daniel Gangl][killer0071234]:
- Drop him an email: [email protected]
## License
MIT License
Copyright (c) 2022-2024 Daniel Gangl
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.## Credits
Code template was mainly from [hassio-repo][hassio-repo]
[addon-cybroscgiserver]: https://github.com/killer0071234/hassio-cybroscgiserver/tree/75b8040
[addon-doc-cybroscgiserver]: https://github.com/killer0071234/hassio-cybroscgiserver/blob/75b8040/README.md
[cybroscgiserver-issue]: https://github.com/killer0071234/hassio-cybroscgiserver/issues
[cybroscgiserver-version-shield]: https://img.shields.io/badge/version-75b8040-blue.svg
[cybroscgiserver-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[cybroscgiserver-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[cybroscgiserver-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[cybroscgiserver-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[cybroscgiserver-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg[hassio-repo]: https://github.com/hassio-addons/repository-edge
[license-shield]: https://img.shields.io/github/license/killer0071234/ha-addon-repository-edge.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[killer0071234]: https://github.com/killer0071234
[issue]: https://github.com/killer0071234/ha-addon-repository-edge/issues
[semver]: http://semver.org/spec/v2.0.0.html