mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add YAML linter * Drop GitHub registry login as its not required at this point * Add YAML document start marker * Fix YAMLlint issues * Fix YAMLlint issues in .github yaml files * Fix YAMLlint issue in .github/dependabot.yml * Remove .github/move.yml * Set dependabot to weekly Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> * Use YAML strip option where appropriate * Fix multiline string Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
---
|
|
version: 2.1.0
|
|
slug: tellstick
|
|
name: TellStick
|
|
description: TellStick and TellStick Duo service
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/tellstick
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
image: homeassistant/{arch}-addon-tellstick
|
|
options:
|
|
devices:
|
|
- house: A
|
|
id: 1
|
|
model: selflearning-switch
|
|
name: Example device
|
|
protocol: everflourish
|
|
unit: "1"
|
|
- house: A
|
|
id: 2
|
|
model: selflearning-switch
|
|
name: Example device two
|
|
protocol: everflourish
|
|
unit: "2"
|
|
schema:
|
|
devices:
|
|
- code: str?
|
|
fade: str?
|
|
house: str?
|
|
id: int(1,)
|
|
model: "match(codeswitch|bell|selflearning-switch|selflearning-dimmer|\
|
|
selflearning|ecosavers|kp100|temperaturehumidity|temperature)?"
|
|
name: str
|
|
protocol: "match(arctech|brateck|comen|everflourish|fineoffset|fuhaote|\
|
|
hasta|ikea|kangtai|mandolyn|oregon|risingsun|sartano|\
|
|
silvanchip|upm|waveman|x10|yidong)"
|
|
unit: str?
|
|
startup: system
|
|
stdin: true
|
|
usb: true
|