Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c8411fab7 | ||
|
|
c45959b123 | ||
|
|
4e30d4652f | ||
|
|
02f8679ed1 | ||
|
|
534ad8a351 |
14
.github/workflows/cron.yml
vendored
14
.github/workflows/cron.yml
vendored
@@ -7,15 +7,19 @@ on:
|
|||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
hassfest:
|
||||||
|
name: "Hassfest validation"
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3"
|
- uses: "actions/checkout@v3"
|
||||||
|
- uses: "home-assistant/actions/hassfest@master"
|
||||||
- name: HACS validation
|
hacs:
|
||||||
|
name: "HACS Action"
|
||||||
|
runs-on: "ubuntu-latest"
|
||||||
|
steps:
|
||||||
|
- name: "HACS Action"
|
||||||
uses: "hacs/action@main"
|
uses: "hacs/action@main"
|
||||||
with:
|
with:
|
||||||
category: "integration"
|
category: "integration"
|
||||||
|
|
||||||
- name: Hassfest validation
|
|
||||||
uses: "home-assistant/actions/hassfest@master"
|
|
||||||
|
|||||||
@@ -1,6 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
## 2023.7.2 (2023-07-04)
|
||||||
|
### Fix
|
||||||
|
* Bumping pyowletapi version to 2023.7.2 ([`c45959b`](https://github.com/ryanbdclark/owlet/commit/c45959b123a6e5f77747475f11d3d3ab67859756))
|
||||||
|
|
||||||
|
## 2023.7.1 (2023-07-03)
|
||||||
|
### Fix
|
||||||
|
* Bumping pyowletapi to 2023.7.1 ([`c693fef`](https://github.com/ryanbdclark/owlet/commit/c693fefbf3dba8f35802b87d064401dadbb211b5))
|
||||||
|
|
||||||
## 2023.05.7 (2023-05-30)
|
## 2023.05.7 (2023-05-30)
|
||||||
### Fix
|
### Fix
|
||||||
* Fixed issue with binary sensors not loading, caused by change to way the coordinators are stored ([`8d17317`](https://github.com/ryanbdclark/owlet/commit/8d173174e286b0451cbb2c0d4ae3087028d1ea23))
|
* Fixed issue with binary sensors not loading, caused by change to way the coordinators are stored ([`8d17317`](https://github.com/ryanbdclark/owlet/commit/8d173174e286b0451cbb2c0d4ae3087028d1ea23))
|
||||||
|
|||||||
@@ -6,6 +6,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/owlet",
|
"documentation": "https://www.home-assistant.io/integrations/owlet",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues",
|
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues",
|
||||||
"requirements": ["pyowletapi==2023.07.01"],
|
"requirements": ["pyowletapi==2023.7.2"],
|
||||||
"version":"2023.07.01"
|
"version":"2023.7.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user