Improve GitHub action (#2364)
* 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>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/home-assistant/aarch64-base:3.13
|
aarch64: ghcr.io/home-assistant/aarch64-base:3.13
|
||||||
amd64: ghcr.io/home-assistant/amd64-base:3.13
|
amd64: ghcr.io/home-assistant/amd64-base:3.13
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
version: 2.1.0
|
version: 2.1.0
|
||||||
slug: tellstick
|
slug: tellstick
|
||||||
name: TellStick
|
name: TellStick
|
||||||
@@ -30,9 +31,12 @@ schema:
|
|||||||
fade: str?
|
fade: str?
|
||||||
house: str?
|
house: str?
|
||||||
id: int(1,)
|
id: int(1,)
|
||||||
model: match(codeswitch|bell|selflearning-switch|selflearning-dimmer|selflearning|ecosavers|kp100|temperaturehumidity|temperature)?
|
model: "match(codeswitch|bell|selflearning-switch|selflearning-dimmer|\
|
||||||
|
selflearning|ecosavers|kp100|temperaturehumidity|temperature)?"
|
||||||
name: str
|
name: str
|
||||||
protocol: match(arctech|brateck|comen|everflourish|fineoffset|fuhaote|hasta|ikea|kangtai|mandolyn|oregon|risingsun|sartano|silvanchip|upm|waveman|x10|yidong)
|
protocol: "match(arctech|brateck|comen|everflourish|fineoffset|fuhaote|\
|
||||||
|
hasta|ikea|kangtai|mandolyn|oregon|risingsun|sartano|\
|
||||||
|
silvanchip|upm|waveman|x10|yidong)"
|
||||||
unit: str?
|
unit: str?
|
||||||
startup: system
|
startup: system
|
||||||
stdin: true
|
stdin: true
|
||||||
|
|||||||
Reference in New Issue
Block a user