mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 23:05:46 +00:00
[display] Disallow `show_test_card: true and update_interval: never` (#9927)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -1331,3 +1331,7 @@ ENTITY_CATEGORY_CONFIG = "config"
|
||||
|
||||
# The entity category for read only diagnostic values, for example RSSI, uptime or MAC Address
|
||||
ENTITY_CATEGORY_DIAGNOSTIC = "diagnostic"
|
||||
|
||||
# The corresponding constant exists in c++
|
||||
# when update_interval is set to never, it becomes SCHEDULER_DONT_RUN milliseconds
|
||||
SCHEDULER_DONT_RUN = 4294967295
|
||||
|
||||
Reference in New Issue
Block a user