Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyrainbird to 1.1.0 #85358

Merged
merged 1 commit into from Jan 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/rainbird/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "rainbird",
"name": "Rain Bird",
"documentation": "https://www.home-assistant.io/integrations/rainbird",
"requirements": ["pyrainbird==0.7.1"],
"requirements": ["pyrainbird==1.1.0"],
"codeowners": ["@konikvranik", "@allenporter"],
"iot_class": "local_polling",
"loggers": ["pyrainbird"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1875,7 +1875,7 @@ pyqwikswitch==0.93
pyrail==0.0.3

# homeassistant.components.rainbird
pyrainbird==0.7.1
pyrainbird==1.1.0

# homeassistant.components.recswitch
pyrecswitch==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1340,7 +1340,7 @@ pyps4-2ndscreen==1.3.1
pyqwikswitch==0.93

# homeassistant.components.rainbird
pyrainbird==0.7.1
pyrainbird==1.1.0

# homeassistant.components.risco
pyrisco==0.5.7
Expand Down