emerald-hws 0.0.12__tar.gz → 0.0.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ jobs:
15
15
  runs-on: "ubuntu-latest"
16
16
  steps:
17
17
  - name: "Checkout the repository"
18
- uses: "actions/checkout@v4.2.2"
18
+ uses: "actions/checkout@v5"
19
19
 
20
20
  - name: "Set up Python"
21
21
  uses: actions/setup-python@v5.6.0
@@ -64,7 +64,7 @@ jobs:
64
64
 
65
65
  steps:
66
66
  - name: "Checkout repository"
67
- uses: "actions/checkout@v4"
67
+ uses: "actions/checkout@v5"
68
68
  with:
69
69
  # Fetch full history for setuptools-scm version detection
70
70
  fetch-depth: 0
@@ -109,7 +109,7 @@ jobs:
109
109
 
110
110
  steps:
111
111
  - name: "Checkout repository"
112
- uses: "actions/checkout@v4"
112
+ uses: "actions/checkout@v5"
113
113
  with:
114
114
  fetch-depth: 0
115
115
 
@@ -178,7 +178,7 @@ jobs:
178
178
 
179
179
  steps:
180
180
  - name: "Download build artifacts"
181
- uses: actions/download-artifact@v4
181
+ uses: actions/download-artifact@v5
182
182
  with:
183
183
  name: dist-packages
184
184
  path: dist/
@@ -19,7 +19,7 @@ jobs:
19
19
 
20
20
  steps:
21
21
  - name: "Checkout repository"
22
- uses: "actions/checkout@v4"
22
+ uses: "actions/checkout@v5"
23
23
 
24
24
  - name: "Set up Python ${{ matrix.python-version }}"
25
25
  uses: "actions/setup-python@v5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emerald_hws
3
- Version: 0.0.12
3
+ Version: 0.0.14
4
4
  Summary: A package to manipulate and monitor Emerald Heat Pump Hot Water Systems
5
5
  Author-email: Ross Williamson <ross@inertia.net.nz>
6
6
  License-Expression: MIT
@@ -37,7 +37,7 @@ class EmeraldHWS():
37
37
  self.password = password
38
38
  self.token = ""
39
39
  self.properties = {}
40
- self.logger = logging.getLogger()
40
+ self.logger = logging.getLogger(__name__)
41
41
  self.update_callback = update_callback
42
42
 
43
43
  # Convert minutes to seconds for internal use
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emerald_hws
3
- Version: 0.0.12
3
+ Version: 0.0.14
4
4
  Summary: A package to manipulate and monitor Emerald Heat Pump Hot Water Systems
5
5
  Author-email: Ross Williamson <ross@inertia.net.nz>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes
File without changes