Compare commits
3 Commits
d197cf0b16
...
dbdc22bf05
Author | SHA1 | Date |
---|---|---|
Cossid | dbdc22bf05 | |
pre-commit-ci[bot] | a2bd0287b1 | |
Cossid | a58549a23f |
|
@ -8,7 +8,7 @@ repos:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v19.1.5
|
rev: v19.1.6
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
types_or:
|
types_or:
|
||||||
|
|
|
@ -13,6 +13,7 @@ preferences:
|
||||||
|
|
||||||
text_sensor:
|
text_sensor:
|
||||||
- platform: version
|
- platform: version
|
||||||
|
id: ${id_prefix}_firmware_version
|
||||||
name: "Firmware Version"
|
name: "Firmware Version"
|
||||||
|
|
||||||
ratgdo:
|
ratgdo:
|
||||||
|
|
|
@ -15,6 +15,7 @@ preferences:
|
||||||
|
|
||||||
text_sensor:
|
text_sensor:
|
||||||
- platform: version
|
- platform: version
|
||||||
|
id: ${id_prefix}_firmware_version
|
||||||
name: "Firmware Version"
|
name: "Firmware Version"
|
||||||
|
|
||||||
ratgdo:
|
ratgdo:
|
||||||
|
|
|
@ -13,6 +13,7 @@ preferences:
|
||||||
|
|
||||||
text_sensor:
|
text_sensor:
|
||||||
- platform: version
|
- platform: version
|
||||||
|
id: ${id_prefix}_firmware_version
|
||||||
name: "Firmware Version"
|
name: "Firmware Version"
|
||||||
|
|
||||||
ratgdo:
|
ratgdo:
|
||||||
|
|
Loading…
Reference in New Issue