mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-07-28 09:36:49 +00:00
Compare commits
5 commits
97838772de
...
381894256f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
381894256f | ||
|
|
c5b744a18f | ||
|
|
e713e69b38 | ||
|
|
d4c93d2592 | ||
|
|
963132c186 |
3 changed files with 5 additions and 5 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
|
||||
- name: Run hassfest validation
|
||||
uses: home-assistant/actions/hassfest@f6f29a7ee3fa0eccadf3620a7b9ee00ab54ec03b # master
|
||||
uses: home-assistant/actions/hassfest@868e6cb4607727d764341a158d98872cd63fa658 # master
|
||||
|
||||
hacs: # https://github.com/hacs/action
|
||||
name: HACS validation
|
||||
|
|
|
|||
|
|
@ -290,4 +290,4 @@ property-decorators = ["propcache.api.cached_property"]
|
|||
keep-runtime-typing = true
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = ["pytest-homeassistant-custom-component>=0.13.326"]
|
||||
test = ["pytest-homeassistant-custom-component>=0.13.334"]
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Project/dev tooling – NO Home Assistant here
|
||||
colorlog>=6.10.1,<6.11.0
|
||||
pre-commit>=4.6.0,<4.7.0
|
||||
ruff>=0.15.12,<0.16.0
|
||||
ruff>=0.15.15,<0.16.0
|
||||
zlib_ng>=1.0.0,<1.1.0
|
||||
isal>=1.8.0,<1.9.0
|
||||
pytest>=9.0.3
|
||||
pytest-asyncio>=1.3.0
|
||||
pytest-homeassistant-custom-component>=0.13.326
|
||||
pytest-asyncio>=1.4.0
|
||||
pytest-homeassistant-custom-component>=0.13.334
|
||||
|
|
|
|||
Loading…
Reference in a new issue