1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Implement template rate_limit directive (#40667)

This commit is contained in:
J. Nick Koston
2020-10-01 14:39:44 -05:00
committed by GitHub
parent b3464c5087
commit b45215f1d2
10 changed files with 669 additions and 18 deletions

View File

@@ -627,3 +627,7 @@ CLOUD_NEVER_EXPOSED_ENTITIES = ["group.all_locks"]
# The ID of the Home Assistant Cast App
CAST_APP_ID_HOMEASSISTANT = "B12CE3CA"
# The tracker error allow when converting
# loop time to human readable time
MAX_TIME_TRACKING_ERROR = 0.001