Skip to content

Commit ed894e4

Browse files
committed
prepare tests for german translation
1 parent 51e36c9 commit ed894e4

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

.ignore_words.txt

+5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ adresse
33
als
44
alle
55
conexant
6+
deine
67
hass
8+
intervall
9+
ist
10+
oder
11+
paket
712
passiv
813
periode
914
rouge

.vscode/settings.json

-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
{
2-
"python.linting.flake8Enabled": true,
3-
"python.linting.flake8Args": [
4-
"--max-line-length=120",
5-
"--ignore=E402,F841,F401,E302,E305"
6-
],
7-
"python.linting.enabled": true,
8-
"python.linting.pydocstyleEnabled": true,
9-
"python.linting.pydocstyleArgs": ["--max-line-length=120"],
10-
"python.linting.pylintEnabled": true,
11-
"python.linting.pycodestyleEnabled": true,
12-
"python.linting.pycodestyleArgs": [
13-
"--max-line-length=120"
14-
],
152
"python.testing.unittestArgs": [
163
"-v",
174
"-s",

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "Passive BLE monitor integration",
3-
"homeassistant": "2023.1.0"
3+
"homeassistant": "2023.11.0"
44
}

requirements_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest-homeassistant-custom-component==0.13.56
1+
pytest-homeassistant-custom-component==0.13.83
22

33
# BLE montitor requirements
44
pycryptodomex==3.19.0

0 commit comments

Comments
 (0)