Skip to content

Commit

Permalink
set correct python-tado version
Browse files Browse the repository at this point in the history
Co-signed-by: Moritz Schmidt <[email protected]>
  • Loading branch information
karlbeecken committed Nov 1, 2024
1 parent c9b2c4c commit 767af19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1458,8 +1458,8 @@ build.json @home-assistant/supervisor
/tests/components/system_bridge/ @timmo001
/homeassistant/components/systemmonitor/ @gjohansson-ST
/tests/components/systemmonitor/ @gjohansson-ST
/homeassistant/components/tado/ @chiefdragon @erwindouna
/tests/components/tado/ @chiefdragon @erwindouna
/homeassistant/components/tado/ @chiefdragon @erwindouna @Moritz-Schmidt
/tests/components/tado/ @chiefdragon @erwindouna @Moritz-Schmidt
/homeassistant/components/tag/ @balloob @dmulcahey
/tests/components/tag/ @balloob @dmulcahey
/homeassistant/components/tailscale/ @frenck
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/tado/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "tado",
"name": "Tado",
"codeowners": ["@chiefdragon", "@erwindouna"],
"codeowners": ["@chiefdragon", "@erwindouna", "@Moritz-Schmidt"],
"config_flow": true,
"dhcp": [
{
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,7 @@ python-smarttub==0.0.36
python-songpal==0.16.2

# homeassistant.components.tado
python-tado==0.17.6
python-tado==0.17.7

# homeassistant.components.technove
python-technove==1.3.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 @@ -1926,7 +1926,7 @@ python-smarttub==0.0.36
python-songpal==0.16.2

# homeassistant.components.tado
python-tado==0.17.6
python-tado==0.17.7

# homeassistant.components.technove
python-technove==1.3.1
Expand Down

0 comments on commit 767af19

Please sign in to comment.