Use none as sensor state when no alarm or timer is set #1690
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Home Assistant | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
env: | |
DEFAULT_PYTHON: "3.11" | |
jobs: | |
hacs: | |
runs-on: ubuntu-latest | |
name: HACS | |
steps: | |
- name: Check out the repository | |
uses: "actions/checkout@v4" | |
- name: HACS validation | |
uses: "hacs/action@22.5.0" | |
with: | |
category: "integration" | |
hassfest: | |
runs-on: ubuntu-latest | |
name: Hassfest | |
steps: | |
- name: Check out the repository | |
uses: "actions/checkout@v4" | |
- name: Hassfest validation | |
uses: "home-assistant/actions/hassfest@master" |