Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/core_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ steps.python.outputs.python-version }} # Ensure all runners use THIS minor version
steps:
- name: Check out committed code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
uses: actions/checkout@v6
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
hassfest_custom:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/checkout@v6
- uses: home-assistant/actions/hassfest@f4ca6f671bd429efb108c0f2fa0ae8af0215986c
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38

Expand All @@ -42,7 +42,7 @@ jobs:
python-version: ${{ steps.python.outputs.python-version }}
steps:
- name: Check out committed code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
uses: actions/checkout@v6
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- prepare
steps:
- name: Check out committed code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
uses: actions/checkout@v6
- name: Prepare code checkout and python/prek/pre-commit setup
id: cache-reuse
uses: plugwise/gh-actions/prepare-python-and-code@9054f02b05e53697300c41df27d0307332dc7cd8
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
release_failed: ${{ steps.ha_core_release_tests.outputs.release_failed }}
steps:
- name: Check out committed code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
uses: actions/checkout@v6
- name: Prepare code checkout and python/prek/pre-commit setup
id: cache-reuse
uses: plugwise/gh-actions/prepare-python-and-code@9054f02b05e53697300c41df27d0307332dc7cd8
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
dev_failed: ${{ steps.ha_core_dev_tests.outputs.dev_failed }}
steps:
- name: Check out committed code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
uses: actions/checkout@v6
- name: Prepare code checkout and python/prek/pre-commit setup
id: cache-reuse
uses: plugwise/gh-actions/prepare-python-and-code@9054f02b05e53697300c41df27d0307332dc7cd8
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Versions from 0.40 and up

## Ongoing

- Fix Issue [#1133](https://github.com/plugwise/plugwise-beta/issues/1133) by upgrading actions/checkout to v6, via PR [#1136](https://github.com/plugwise/plugwise-beta/pull/1136)
- Various updates: Core PR's [#176905](https://github.com/home-assistant/core/pull/176905), [#177963](https://github.com/home-assistant/core/pull/177963), [#178164](https://github.com/home-assistant/core/pull/178164), [#178334](https://github.com/home-assistant/core/pull/178334), [#180236](https://github.com/home-assistant/core/pull/180236), and fixes
- Correct test-function header with more than 5 arguments via PR [#1118](https://github.com/plugwise/plugwise-beta/pull/1118)
- Implement @pytest.mark.usefixtures() via PR [#1117](https://github.com/plugwise/plugwise-beta/pull/1117)
Expand Down
16 changes: 8 additions & 8 deletions tests/components/plugwise/snapshots/test_climate.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 401>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 15.0,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 15.0,
}),
'context': <ANY>,
'entity_id': 'climate.bathroom',
Expand Down Expand Up @@ -161,7 +161,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 401>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 20.0,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 20.0,
}),
'context': <ANY>,
'entity_id': 'climate.living_room',
Expand Down Expand Up @@ -245,7 +245,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 17>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 14.0,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 14.0,
}),
'context': <ANY>,
'entity_id': 'climate.badkamer',
Expand Down Expand Up @@ -329,7 +329,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 17>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 13.0,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 13.0,
}),
'context': <ANY>,
'entity_id': 'climate.bios',
Expand Down Expand Up @@ -411,7 +411,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 17>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 5.5,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 5.5,
}),
'context': <ANY>,
'entity_id': 'climate.garage',
Expand Down Expand Up @@ -495,7 +495,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 17>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 15.0,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 15.0,
}),
'context': <ANY>,
'entity_id': 'climate.jessie',
Expand Down Expand Up @@ -579,7 +579,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 17>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 21.5,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 21.5,
}),
'context': <ANY>,
'entity_id': 'climate.woonkamer',
Expand Down Expand Up @@ -748,7 +748,7 @@
]),
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <ClimateEntityFeature: 17>,
<ClimateEntityCapabilityAttribute.TARGET_TEMP_STEP: 'target_temp_step'>: 0.1,
<ClimateEntityStateAttribute.TEMPERATURE: 'temperature'>: 19.0,
<ClimateEntityStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 19.0,
}),
'context': <ANY>,
'entity_id': 'climate.anna',
Expand Down
4 changes: 2 additions & 2 deletions tests/components/plugwise/snapshots/test_water_heater.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <WaterHeaterEntityFeature: 3>,
<WaterHeaterStateAttribute.TARGET_TEMP_HIGH: 'target_temp_high'>: None,
<WaterHeaterStateAttribute.TARGET_TEMP_LOW: 'target_temp_low'>: None,
<WaterHeaterStateAttribute.TEMPERATURE: 'temperature'>: 60.0,
<WaterHeaterStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 60.0,
}),
'context': <ANY>,
'entity_id': 'water_heater.opentherm',
Expand Down Expand Up @@ -127,7 +127,7 @@
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <WaterHeaterEntityFeature: 3>,
<WaterHeaterStateAttribute.TARGET_TEMP_HIGH: 'target_temp_high'>: None,
<WaterHeaterStateAttribute.TARGET_TEMP_LOW: 'target_temp_low'>: None,
<WaterHeaterStateAttribute.TEMPERATURE: 'temperature'>: 60.0,
<WaterHeaterStateAttribute.TARGET_TEMPERATURE: 'temperature'>: 60.0,
}),
'context': <ANY>,
'entity_id': 'water_heater.opentherm',
Expand Down
Loading