mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 02:32:20 +01:00
Sun support (#531)
* Sun * Add sun support * Lint * Updates * Fix elevation * Lint * Update mqtt_climate.cpp
This commit is contained in:
@@ -4,6 +4,7 @@ global_ns = MockObj('', '')
|
||||
void = global_ns.namespace('void')
|
||||
nullptr = global_ns.namespace('nullptr')
|
||||
float_ = global_ns.namespace('float')
|
||||
double = global_ns.namespace('double')
|
||||
bool_ = global_ns.namespace('bool')
|
||||
std_ns = global_ns.namespace('std')
|
||||
std_string = std_ns.class_('string')
|
||||
|
Reference in New Issue
Block a user