Skip to content

Commit

Permalink
Bump pylutron-caseta to v0.18.2 (#99789)
Browse files Browse the repository at this point in the history
* Bump pylutron-caseta to v0.18.2

Minor bump to pylutron-caseta requirement to support wall mounted occupancy sensor device type in latest RA3 firmware.

* Update requirements_all.txt for pylutron-caseta 0.18.2

* Update requirements_test_all.txt for pylutron-caseta 0.18.2
  • Loading branch information
swamplynx committed Sep 7, 2023
1 parent f1ae523 commit e8dfa7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/lutron_caseta/manifest.json
Expand Up @@ -9,7 +9,7 @@
},
"iot_class": "local_push",
"loggers": ["pylutron_caseta"],
"requirements": ["pylutron-caseta==0.18.1"],
"requirements": ["pylutron-caseta==0.18.2"],
"zeroconf": [
{
"type": "_lutron._tcp.local.",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1823,7 +1823,7 @@ pylitejet==0.5.0
pylitterbot==2023.4.5

# homeassistant.components.lutron_caseta
pylutron-caseta==0.18.1
pylutron-caseta==0.18.2

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

# homeassistant.components.lutron_caseta
pylutron-caseta==0.18.1
pylutron-caseta==0.18.2

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

0 comments on commit e8dfa7e

Please sign in to comment.