Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/TuyaInc/core into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shihuimiao committed Oct 19, 2023
2 parents d924eea + ace2cd5 commit 2f353ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/waqi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/waqi",
"iot_class": "cloud_polling",
"loggers": ["aiowaqi"],
"requirements": ["aiowaqi==2.0.0"]
"requirements": ["aiowaqi==2.1.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ aiovlc==0.1.0
aiovodafone==0.4.1

# homeassistant.components.waqi
aiowaqi==2.0.0
aiowaqi==2.1.0

# homeassistant.components.watttime
aiowatttime==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ astroid==3.0.0
coverage==7.3.2
freezegun==1.2.2
mock-open==1.4.0
mypy==1.6.0
mypy==1.6.1
pre-commit==3.5.0
pydantic==1.10.12
pylint==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ aiovlc==0.1.0
aiovodafone==0.4.1

# homeassistant.components.waqi
aiowaqi==2.0.0
aiowaqi==2.1.0

# homeassistant.components.watttime
aiowatttime==0.1.1
Expand Down

0 comments on commit 2f353ec

Please sign in to comment.