From 7554c571135f0761df0236269d87db234962231d Mon Sep 17 00:00:00 2001 From: adechant Date: Mon, 9 Oct 2023 11:57:40 -0600 Subject: [PATCH] file endings with new lines --- .github/workflows/hassfest.yaml | 1 - .github/workflows/validate.yaml | 2 -- README.md | 1 - custom_components/ha_vscode/switch.py | 1 - custom_components/ha_vscode/vscode_device.py | 1 - 5 files changed, 6 deletions(-) diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index c3b7d7b..07d1dda 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -12,4 +12,3 @@ jobs: steps: - uses: "actions/checkout@v3" - uses: home-assistant/actions/hassfest@master - diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 9e4acc0..c422ec3 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -16,5 +16,3 @@ jobs: uses: "hacs/action@main" with: category: "integration" - - \ No newline at end of file diff --git a/README.md b/README.md index e918079..eafaa35 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,3 @@ Code template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [in [releases-shield]: https://img.shields.io/github/release/adechant/ha_sscode.svg?style=for-the-badge [releases]: https://github.com/adechant/ha_vscode/releases [user_profile]: https://github.com/oncleben31 - diff --git a/custom_components/ha_vscode/switch.py b/custom_components/ha_vscode/switch.py index d3692a2..fa33b12 100644 --- a/custom_components/ha_vscode/switch.py +++ b/custom_components/ha_vscode/switch.py @@ -1,4 +1,3 @@ - import re from homeassistant.components.switch import SwitchDeviceClass diff --git a/custom_components/ha_vscode/vscode_device.py b/custom_components/ha_vscode/vscode_device.py index 910aa11..2e84059 100644 --- a/custom_components/ha_vscode/vscode_device.py +++ b/custom_components/ha_vscode/vscode_device.py @@ -4,7 +4,6 @@ import re import subprocess import time - from threading import Lock from threading import Thread