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:
@@ -686,6 +686,7 @@ message SubscribeHomeAssistantStateResponse {
|
||||
option (source) = SOURCE_SERVER;
|
||||
string entity_id = 1;
|
||||
string attribute = 2;
|
||||
bool once = 3;
|
||||
}
|
||||
|
||||
message HomeAssistantStateResponse {
|
||||
|
Reference in New Issue
Block a user