Compare commits
6 Commits
v2024.12.2
...
v2024.12.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b1aed33ef | ||
|
|
72a666cd3c | ||
|
|
5255912fcf | ||
|
|
c50bd5ca16 | ||
|
|
6313709fd5 | ||
|
|
b431041b15 |
16
.github/workflows/validate_esphome_beta.yml
vendored
16
.github/workflows/validate_esphome_beta.yml
vendored
@@ -8,22 +8,10 @@ permissions:
|
|||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "*.{yml,yaml,h,cpp,c,py}"
|
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
|
||||||
- ".github/workflows/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- ".test/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/tx_ultimate_easy/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "ESPHome/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "*.{yml,yaml,h,cpp,c,py}"
|
- "**/*.{yml,yaml,h,cpp,c,py}" # Match any file with the extensions in any directory
|
||||||
- ".github/workflows/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- ".test/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "components/tx_ultimate_easy/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
- "ESPHome/*.{yml,yaml,h,cpp,c,py}"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ light:
|
|||||||
name: Light - Relay 1 of 1 (bottom)
|
name: Light - Relay 1 of 1 (bottom)
|
||||||
platform: partition
|
platform: partition
|
||||||
internal: true
|
internal: true
|
||||||
disabled_by_default: true
|
disabled_by_default: false
|
||||||
default_transition_length: ${default_transition_length}
|
default_transition_length: ${default_transition_length}
|
||||||
restore_mode: ${LIGHT_RELAYS_RESTORE_MODE}
|
restore_mode: ${LIGHT_RELAYS_RESTORE_MODE}
|
||||||
segments:
|
segments:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2024.12.22
|
2024.12.24
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version: 2024.12.22
|
version: 2024.12.24
|
||||||
|
|||||||
Reference in New Issue
Block a user