1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Always use generated api options from aioesphomeapi (#4116)

This commit is contained in:
Jesse Hills
2022-11-29 16:14:45 +13:00
committed by GitHub
parent 73c82862cf
commit 56de8e5cc4
2 changed files with 1 additions and 252 deletions

View File

@@ -25,7 +25,7 @@ from subprocess import call
# Generate with
# protoc --python_out=script/api_protobuf -I esphome/components/api/ api_options.proto
import api_options_pb2 as pb
import aioesphomeapi.api_options_pb2 as pb
import google.protobuf.descriptor_pb2 as descriptor
file_header = "// This file was automatically generated with a tool.\n"