Skip to content

Commit 55c7891

Browse files
committed
xiaomi_vac: Changed requirement for zeroconf to resolve conflict
1 parent 3224d5c commit 55c7891

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

esphome/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Metadata for the plugin
22
plugin:
33
# Global plugin attributes
4-
type: unknown # plugin type (gateway, interface, protocol, system, web)
4+
type: system # plugin type (gateway, interface, protocol, system, web)
55
description:
66
de: 'Plugin zur Anzeige von Informationen von ESPHome Devices'
77
en: 'Plugin to display informationen about ESPHome devices'

xiaomi_vac/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
zeroconf<=0.52.0
1+
#zeroconf<=0.52.0
2+
zeroconf<1.0
23
python-miio==0.4.6;python_version<'3.6'
34
python-miio>=0.4.7;python_version>='3.6'

0 commit comments

Comments
 (0)