This commit is contained in:
Edward Firmo
2024-01-11 11:52:39 +01:00
parent ce9d45504c
commit 6bf36ded89
11 changed files with 26 additions and 0 deletions

View File

@@ -1315,3 +1315,4 @@ sensor:
then:
lambda: |-
id(tft_is_valid) = (display_mode->state > 0 and display_mode->state < 4);
...