mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
13 lines
225 B
C++
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
|