Skip to content

Commit

Permalink
Bump eternalegypt to 0.0.16 (#92919)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdrob authored May 11, 2023
1 parent dd7db85 commit 14752fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ build.json @home-assistant/supervisor
/homeassistant/components/netdata/ @fabaff
/homeassistant/components/netgear/ @hacf-fr @Quentame @starkillerOG
/tests/components/netgear/ @hacf-fr @Quentame @starkillerOG
/homeassistant/components/netgear_lte/ @tkdrob
/homeassistant/components/network/ @home-assistant/core
/tests/components/network/ @home-assistant/core
/homeassistant/components/nexia/ @bdraco
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/netgear_lte/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"domain": "netgear_lte",
"name": "NETGEAR LTE",
"codeowners": [],
"codeowners": ["@tkdrob"],
"documentation": "https://www.home-assistant.io/integrations/netgear_lte",
"iot_class": "local_polling",
"loggers": ["eternalegypt"],
"requirements": ["eternalegypt==0.0.15"]
"requirements": ["eternalegypt==0.0.16"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ epsonprinter==0.0.9
esphome-dashboard-api==1.2.3

# homeassistant.components.netgear_lte
eternalegypt==0.0.15
eternalegypt==0.0.16

# homeassistant.components.eufylife_ble
eufylife_ble_client==0.1.7
Expand Down

0 comments on commit 14752fd

Please sign in to comment.