Skip to content

Commit

Permalink
Bump zm-py version to v0.5.3 for zoneminder (#107331)
Browse files Browse the repository at this point in the history
zm-py version bump for zoneminder

Signed-off-by: Nic Boet <nic@boet.cc>
  • Loading branch information
nabbi committed Jan 6, 2024
1 parent c86d1b0 commit 6201e81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ build.json @home-assistant/supervisor
/tests/components/zodiac/ @JulienTant
/homeassistant/components/zone/ @home-assistant/core
/tests/components/zone/ @home-assistant/core
/homeassistant/components/zoneminder/ @rohankapoorcom
/homeassistant/components/zoneminder/ @rohankapoorcom @nabbi
/homeassistant/components/zwave_js/ @home-assistant/z-wave
/tests/components/zwave_js/ @home-assistant/z-wave
/homeassistant/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/zoneminder/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"domain": "zoneminder",
"name": "ZoneMinder",
"codeowners": ["@rohankapoorcom"],
"codeowners": ["@rohankapoorcom", "@nabbi"],
"documentation": "https://www.home-assistant.io/integrations/zoneminder",
"iot_class": "local_polling",
"loggers": ["zoneminder"],
"requirements": ["zm-py==0.5.2"]
"requirements": ["zm-py==0.5.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ zigpy-znp==0.12.1
zigpy==0.60.4

# homeassistant.components.zoneminder
zm-py==0.5.2
zm-py==0.5.3

# homeassistant.components.zwave_js
zwave-js-server-python==0.55.3
Expand Down

0 comments on commit 6201e81

Please sign in to comment.