Skip to content

Commit 7e45de8

Browse files
authored
Merge pull request #51 from andrewjswan/2025.11.1
2025.11.1: Remove deprecated `codenotary` fields
2 parents 6a7e8eb + 1fe52f6 commit 7e45de8

4 files changed

Lines changed: 4 additions & 12 deletions

File tree

.ruff.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
target-version = "py312"
1+
target-version = "py313"
22

3-
# Allow lines to be as long as 120.
3+
# Allow lines to be as long as 100.
44
line-length = 100
55

66
[lint]
@@ -9,7 +9,6 @@ select = [
99
]
1010

1111
ignore = [
12-
"ANN101", # Missing type annotation for `self` in method
1312
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
1413
"D203", # no-blank-line-before-class (incompatible with formatter)
1514
"D212", # multi-line-summary-first-line (incompatible with formatter)

dtekinfo/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
name: DTEKInfo
3-
version: 2024.11.7
3+
version: 2025.11.1
44
slug: dtekinfo
55
description: DTEKInfo checks the last message on the public channel that warns about blackouts, filters the message and sends it to your private channel or group.
66
url: https://github.com/andrewjswan/blackout-addons/tree/master/dtekinfo
77

8-
codenotary: notary@home-assistant.io
9-
108
arch:
119
- amd64
1210
- aarch64

svitlobot-monitor/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
build_from:
33
aarch64: ghcr.io/hassio-addons/base:stable
44
amd64: ghcr.io/hassio-addons/base:stable
5-
codenotary:
6-
base_image: notary@home-assistant.io
7-
signer: andrewjswan@addons.community

svitlobot-monitor/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
name: SvitloBot Monitor
3-
version: 2024.12.9
3+
version: 2025.11.1
44
slug: svitlobot-monitor
55
description: SvitloBot Monitor check the data from SvitloBot API and send the electricity switching on or off tendency indication for the appropriate DTEK group to the appropriate telegram user/chat/group/forum.
66
url: https://github.com/andrewjswan/blackout-addons/tree/master/svitlobot-monitor
77

8-
codenotary: notary@home-assistant.io
9-
108
arch:
119
- amd64
1210
- aarch64

0 commit comments

Comments
 (0)