* Adapt labels for current GUI elements * Add an extra place to dump App configuration * Add Controller section * Fix networking references/grouping * add externalInterfaces * Add some sane initial resource limits/requests * Fixup KMS * increase minor versions * Do not use caps for deployment * fix deployment type default * increase prototypeGUI version accordingly just in case * increase prototype GUI common version
30 lines
909 B
YAML
30 lines
909 B
YAML
apiVersion: v2
|
|
appVersion: v4.0.8
|
|
dependencies:
|
|
- name: common
|
|
repository: https://truecharts.org/
|
|
version: 5.1.2
|
|
deprecated: false
|
|
description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
|
|
environment for writing automation apps for Home Assistant home automation software.
|
|
It also provides a configurable dashboard (HADashboard) suitable for wall mounted
|
|
tablets.
|
|
home: https://github.com/truecharts/apps/tree/master/incubator/appdaemon
|
|
icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true
|
|
keywords:
|
|
- appdaemon
|
|
- homeautomation
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: truecharts.org
|
|
- email: 20650065+warllo54@users.noreply.github.com
|
|
name: warllo54
|
|
url: truecharts.org
|
|
name: appdaemon
|
|
sources:
|
|
- https://github.com/AppDaemon/appdaemon
|
|
type: application
|
|
version: 2.2.0
|