1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

[api] Add new flag to request state/attribute once from HA only (#7258)

This commit is contained in:
Jesse Hills
2024-08-13 17:12:06 +12:00
committed by GitHub
parent ab51bbd8f7
commit 2b25daa199
5 changed files with 31 additions and 0 deletions

View File

@@ -686,6 +686,7 @@ message SubscribeHomeAssistantStateResponse {
option (source) = SOURCE_SERVER;
string entity_id = 1;
string attribute = 2;
bool once = 3;
}
message HomeAssistantStateResponse {