1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 00:05:43 +00:00
Files
esphome/esphome/components/dashboard_import/dashboard_import.h
J. Nick Koston 1476dcf5c8 preen
2025-10-07 21:24:10 -10:00

13 lines
232 B
C++

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