mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-26 17:27:40 +01:00
11 lines
190 B
Cython
11 lines
190 B
Cython
|
|
cdef dict SUBSCRIBE_STATES_RESPONSE_TYPES
|
|
|
|
cdef bint TYPE_CHECKING
|
|
|
|
cdef object CameraImageResponse, CameraState
|
|
|
|
cdef object HomeassistantServiceCall
|
|
|
|
cdef object BluetoothLEAdvertisement
|