mirror of
https://github.com/esphome/esphome.git
synced 2025-10-18 09:43:47 +01:00
13 lines
232 B
C++
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
|