diff --git a/.github/workflows/testus.yaml b/.github/workflows/testus.yaml index 35dc86f..7446040 100644 --- a/.github/workflows/testus.yaml +++ b/.github/workflows/testus.yaml @@ -42,9 +42,8 @@ jobs: - name: Generate HTML Coverage Report run: coverage html - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./htmlcov + # - name: Deploy to GitHub Pages + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./htmlcov diff --git a/custom_components/versatile_thermostat/thermostat_climate.py b/custom_components/versatile_thermostat/thermostat_climate.py index a938d07..5fdac39 100644 --- a/custom_components/versatile_thermostat/thermostat_climate.py +++ b/custom_components/versatile_thermostat/thermostat_climate.py @@ -430,7 +430,8 @@ class ThermostatOverClimate(BaseThermostat): ) # 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 def restore_specific_previous_state(self, old_state: State):