Skip to content

Commit

Permalink
Bump python-miio to 0.5.3 (#38300)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored and frenck committed Jul 28, 2020
1 parent b5a64b3 commit c4038c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/xiaomi_miio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Xiaomi Miio",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/xiaomi_miio",
"requirements": ["construct==2.9.45", "python-miio==0.5.2.1"],
"requirements": ["construct==2.9.45", "python-miio==0.5.3"],
"codeowners": ["@rytilahti", "@syssi"],
"zeroconf": ["_miio._udp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ python-juicenet==1.0.1
# python-lirc==1.2.3

# homeassistant.components.xiaomi_miio
python-miio==0.5.2.1
python-miio==0.5.3

# homeassistant.components.mpd
python-mpd2==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ python-izone==1.1.2
python-juicenet==1.0.1

# homeassistant.components.xiaomi_miio
python-miio==0.5.2.1
python-miio==0.5.3

# homeassistant.components.nest
python-nest==4.1.0
Expand Down

0 comments on commit c4038c8

Please sign in to comment.