add pragma once flag

This commit is contained in:
landon rohatensky 2024-06-13 22:20:04 -07:00
parent f2beaac949
commit 263396399f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#pragma once
#include <map>
#include <string>
#include "esphome/components/homeassistant/HomeAssistantComponent.h"