mirror of
https://github.com/esphome/esphome.git
synced 2025-06-22 16:25:48 +01:00
Rewrite sun component calculations (#1661)
This commit is contained in:
@ -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.*",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user