File tree Expand file tree Collapse file tree
custom_components/comfoconnect Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 os : [ ubuntu-latest ]
24- python-version : [ "3.12 " ]
24+ python-version : [ "3.13 " ]
2525 steps :
2626 - name : Check out ${{ github.sha }} from repository ${{ github.repository }}
2727 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 "config_flow" : true ,
55 "documentation" : " https://www.home-assistant.io/integrations/comfoconnect" ,
66 "integration_type" : " hub" ,
7- "requirements" : [" aiocomfoconnect==0.1.14 " ],
7+ "requirements" : [" aiocomfoconnect==0.1.15 " ],
88 "codeowners" : [" @michaelarnauts" ],
99 "iot_class" : " local_push" ,
1010 "loggers" : [" aiocomfoconnect" ],
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages = [{include = "custom_components/comfoconnect"}]
88
99[tool .poetry .dependencies ]
1010python = " >=3.12,<3.13"
11- aiocomfoconnect = " 0.1.14 "
11+ aiocomfoconnect = " 0.1.15 "
1212
1313[tool .poetry .group .dev .dependencies ]
1414homeassistant = " ^2024.11.0b1"
You can’t perform that action at this time.
0 commit comments