Files
esphome-dev/esphome/components/dashboard_import/dashboard_import.h
T
2021-09-27 10:10:53 -07:00

13 lines
225 B
C++

#pragma once
#include <string>
namespace esphome {
namespace dashboard_import {
std::string get_package_import_url();
void set_package_import_url(std::string url);
} // namespace dashboard_import
} // namespace esphome