1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 15:12:21 +01:00

[api] Add conditional compilation for Home Assistant service subscriptions (#9900)

This commit is contained in:
J. Nick Koston
2025-07-27 18:35:35 -10:00
committed by GitHub
parent 5029e248eb
commit 05f6d01cbe
15 changed files with 40 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ class CustomAPIDevice {
}
#endif
#ifdef USE_API_HOMEASSISTANT_SERVICES
/** Call a Home Assistant service from ESPHome.
*
* Usage:
@@ -221,6 +222,7 @@ class CustomAPIDevice {
}
global_api_server->send_homeassistant_service_call(resp);
}
#endif
};
} // namespace esphome::api