1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-22 16:25:48 +01:00

Rewrite sun component calculations ()

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
esphome/components/sun
script

@ -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.*",
],
)