mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 08:15:49 +00:00
11 lines
206 B
C++
11 lines
206 B
C++
#pragma once
|
|
|
|
namespace esphome {
|
|
namespace dashboard_import {
|
|
|
|
const char *get_package_import_url();
|
|
void set_package_import_url(const char *url);
|
|
|
|
} // namespace dashboard_import
|
|
} // namespace esphome
|