Bump aioesphomeapi to 1.4.2 (#20247)
* Bump aioesphomeapi to 1.4.2 * Update requirements_all.txtpull/20354/head
parent
ba2b28cd4d
commit
33ed113211
|
@ -31,7 +31,7 @@ if TYPE_CHECKING:
|
||||||
ServiceCall
|
ServiceCall
|
||||||
|
|
||||||
DOMAIN = 'esphome'
|
DOMAIN = 'esphome'
|
||||||
REQUIREMENTS = ['aioesphomeapi==1.4.1']
|
REQUIREMENTS = ['aioesphomeapi==1.4.2']
|
||||||
|
|
||||||
|
|
||||||
DISPATCHER_UPDATE_ENTITY = 'esphome_{entry_id}_update_{component_key}_{key}'
|
DISPATCHER_UPDATE_ENTITY = 'esphome_{entry_id}_update_{component_key}_{key}'
|
||||||
|
|
|
@ -96,7 +96,7 @@ aioautomatic==0.6.5
|
||||||
aiodns==1.1.1
|
aiodns==1.1.1
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==1.4.1
|
aioesphomeapi==1.4.2
|
||||||
|
|
||||||
# homeassistant.components.freebox
|
# homeassistant.components.freebox
|
||||||
aiofreepybox==0.0.6
|
aiofreepybox==0.0.6
|
||||||
|
|
Loading…
Reference in New Issue