Skip to content

Commit

Permalink
Merge pull request #60 from foxey/gs308epp-fix
Browse files Browse the repository at this point in the history
GS308epp fix
  • Loading branch information
foxey authored Jan 6, 2025
2 parents cad6d1e + 622eda9 commit 5fbe1ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ select = [
]

ignore = [
"ANN101", # Missing type annotation for `self` in method
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
"D203", # no-blank-line-before-class (incompatible with formatter)
"D212", # multi-line-summary-first-line (incompatible with formatter)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ some basic configuration updates.
| GS105Ev3 | 5 | ? | |
| GS108Ev3 | 8 | V2.00.05, V2.06.10, V2.06.17, V2.06.24 | V2.06.01 - V2.06.03 |
| GS305EP | 5 | V1.0.1.1 | |
| GS305EPP | 5 | V1.0.1.1 | |
| GS308EP | 8 | V1.0.0.10, V1.0.1.4 | |
| GS308EPP | 8 | ? | |
| GS316EP | 16 | v1.0.4.4 | |
Expand Down
4 changes: 2 additions & 2 deletions custom_components/netgear_plus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"documentation": "https://github.com/ckarrie/ha-netgear-plus/blob/main/README.md",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/ckarrie/ha-netgear-plus/issues",
"requirements": ["lxml>=4.6.1", "py-netgear-plus==0.3.1pre1"],
"requirements": ["lxml>=4.6.1", "py-netgear-plus==0.3.1pre3"],
"ssdp": [
{
"manufacturer": "NETGEAR",
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
}
],
"version": "0.7.1pre0"
"version": "0.7.1pre3"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colorlog==6.9.0
homeassistant==2024.12.5
lxml>=4.6.1
py-netgear-plus==0.3.1pre1
py-netgear-plus==0.3.1pre3
pip>=21.3.1
ruff==0.8.4

0 comments on commit 5fbe1ab

Please sign in to comment.