Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit659bf2d

Browse files
committed
Fix for HACS actions
1 parent0b57366 commit659bf2d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

‎.github/workflows/hacs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
-uses:"actions/checkout@v2"
1212
-uses:"hacs/action@main"
13-
with:{ category: "integration" }
13+
with:{ category: "integration", ignore: "brands" }
1414
hassfest:
1515
runs-on:"ubuntu-latest"
1616
steps:
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"domain":"python_script",
33
"name":"Python Scripts Pro",
4+
"codeowners": [
5+
"@AlexxIT"
6+
],
7+
"dependencies": [],
48
"documentation":"https://github.com/AlexxIT/PythonScriptsPro",
59
"issue_tracker":"https://github.com/AlexxIT/PythonScriptsPro/issues",
6-
"codeowners": ["@AlexxIT"],
7-
"dependencies": [],
810
"requirements": [],
9-
"version":"0.1.1",
10-
"iot_class":"calculated"
11+
"version":"0.1.1"
1112
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Describes the format for available python_script services
22

33
exec:
4+
name:Exec
45
description:Run python code from file or from source
56
fields:
67
file:
8+
name:File
79
description:Relative path to file (optional)
810
example:path_to/filename.py
911
source:
12+
name:Source
1013
description:Source of python script (optional)
1114
example:"logger.warning('Hello from script')"
1215
cache:
16+
name:Cache
1317
description:Use cache when loading code (optional, default true)
1418
example:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp