1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Rewrite sun component calculations (#1661)

This commit is contained in:
Otto Winter
2021-04-07 12:16:36 +02:00
committed by GitHub
parent e0c5b45694
commit 7964b724ed
4 changed files with 391 additions and 216 deletions

View File

@@ -405,6 +405,7 @@ ARDUINO_FORBIDDEN_RE = r"[^\w\d](" + r"|".join(ARDUINO_FORBIDDEN) + r")\(.*"
include=cpp_include,
exclude=[
"esphome/components/mqtt/custom_mqtt_device.h",
"esphome/components/sun/sun.cpp",
"esphome/core/esphal.*",
],
)