Fix mysensors import
This commit is contained in:
parent
6e41eee6cd
commit
e984eedffd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Setup the mysensors platform. """
|
""" Setup the mysensors platform. """
|
||||||
|
|
||||||
import mysensors.mysensors as mysensors
|
import mysensors.mysensors as mysensors
|
||||||
import mysensors.const as const
|
import mysensors.const_14 as const
|
||||||
|
|
||||||
devices = {} # keep track of devices added to HA
|
devices = {} # keep track of devices added to HA
|
||||||
# Just assume celcius means that the user wants metric for now.
|
# Just assume celcius means that the user wants metric for now.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue