ESPHome
Install in Terminal/VS Code
esphome extension doesn't include esphome
> pip3 install wheel
> pip3 install esphome
Quirks
Globals don't have a state
id(offsetP) //GLOBALS id(offsetP).state //Entities
globals are wonky in lambdas? I just killed OTA updates with a simple equation - moving to dump globals into template sensors
Last updated