mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
Update esphome/__main__.py
Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
@@ -526,7 +526,7 @@ def compile_program(args: ArgsProtocol, config: ConfigType) -> int:
|
||||
return 0 if idedata is not None else 1
|
||||
|
||||
|
||||
def _check_and_emit_buildinfo():
|
||||
def _check_and_emit_buildinfo() -> None:
|
||||
"""Check if firmware was rebuilt and emit buildinfo."""
|
||||
import json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user