* issue #325 - creates regulation_algo in post_init only * Remove github pages deployment --------- Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
This commit is contained in:
11
.github/workflows/testus.yaml
vendored
11
.github/workflows/testus.yaml
vendored
@@ -42,9 +42,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate HTML Coverage Report
|
- name: Generate HTML Coverage Report
|
||||||
run: coverage html
|
run: coverage html
|
||||||
|
# - name: Deploy to GitHub Pages
|
||||||
- name: Deploy to GitHub Pages
|
# uses: peaceiris/actions-gh-pages@v3
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
# with:
|
||||||
with:
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# publish_dir: ./htmlcov
|
||||||
publish_dir: ./htmlcov
|
|
||||||
|
|||||||
@@ -430,7 +430,8 @@ class ThermostatOverClimate(BaseThermostat):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# init auto_regulation_mode
|
# init auto_regulation_mode
|
||||||
self.choose_auto_regulation_mode(self._auto_regulation_mode)
|
# Issue 325 - do only once (in post_init and not here)
|
||||||
|
# self.choose_auto_regulation_mode(self._auto_regulation_mode)
|
||||||
|
|
||||||
@overrides
|
@overrides
|
||||||
def restore_specific_previous_state(self, old_state: State):
|
def restore_specific_previous_state(self, old_state: State):
|
||||||
|
|||||||
Reference in New Issue
Block a user