mirror of
https://github.com/esphome/esphome.git
synced 2025-02-22 04:48:21 +00: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
|