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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pylutron-caseta to 0.11.0 #53160

Merged
merged 1 commit into from Jul 18, 2021
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/lutron_caseta/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "lutron_caseta",
"name": "Lutron Cas\u00e9ta",
"documentation": "https://www.home-assistant.io/integrations/lutron_caseta",
"requirements": ["pylutron-caseta==0.10.0", "aiolip==1.1.4"],
"requirements": ["pylutron-caseta==0.11.0", "aiolip==1.1.4"],
"config_flow": true,
"zeroconf": ["_leap._tcp.local."],
"homekit": {
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1554,7 +1554,7 @@ pylitterbot==2021.3.1
pyloopenergy==0.2.1

# homeassistant.components.lutron_caseta
pylutron-caseta==0.10.0
pylutron-caseta==0.11.0

# homeassistant.components.lutron
pylutron==0.2.8
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -874,7 +874,7 @@ pylitejet==0.3.0
pylitterbot==2021.3.1

# homeassistant.components.lutron_caseta
pylutron-caseta==0.10.0
pylutron-caseta==0.11.0

# homeassistant.components.mailgun
pymailgunner==1.4
Expand Down