Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Dec 4, 2024
1 parent 1d85c9e commit 48c4312
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
github: cereal2nd
buy_me_a_coffee: cereal2nd
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Deploy docker image

on:

Check warning on line 4 in .github/workflows/docker-publish.yml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

truthy value should be one of [false, true]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Lint

on:

Check warning on line 4 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

truthy value should be one of [false, true]
Expand Down
3 changes: 2 additions & 1 deletion velbusd/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---

Check failure on line 1 in velbusd/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

'watchdog', is obsolete. Use the native Docker HEALTHCHECK directive instead.

Check failure on line 1 in velbusd/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / Lint Add-on

Add-on version identifier must be 'dev'
name: "Velbus serial to TCP interface"
description: "This addon will make a TCP server from a serial device, this allows hassio and velbuslink to work simultanious on the bus"
description: This addon will make a TCP server from a serial device, this allows
hassio and velbuslink to work simultanious on the bus
version: "0.1.21"
slug: "velbusd"
init: false
Expand Down
3 changes: 2 additions & 1 deletion velbusd/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
configuration:
message:
name: Message
description: The message that will be printed to the log when starting this example add-on.
description: The message that will be printed to the log when starting this
example add-on.

0 comments on commit 48c4312

Please sign in to comment.