devdi update integration
This commit is contained in:
parent
9f1fa2cdf8
commit
7462d7278e
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
import config
|
||||
import devdi.props as props
|
||||
from devdi import topic as props
|
||||
from devices import group
|
||||
from function.db import get_radiator_data, set_radiator_data
|
||||
from function.helpers import day_event
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
import config
|
||||
import devdi.props as props
|
||||
from devdi import topic as props
|
||||
from function.db import get_radiator_data, set_radiator_data
|
||||
from function.modules import heating_function
|
||||
from function.rooms import room, room_collection
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
import config
|
||||
import devdi.props as props
|
||||
import devdi.topic as props
|
||||
from devices import group
|
||||
from function.db import get_radiator_data, set_radiator_data
|
||||
from function.helpers import day_event
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
import config
|
||||
from devdi import props
|
||||
from devdi import topic as props
|
||||
from devices import group
|
||||
from function.db import get_radiator_data, set_radiator_data
|
||||
from function.modules import brightness_choose_n_action, heating_function, switched_light
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
import config
|
||||
from devdi import props
|
||||
from devdi import topic as props
|
||||
import logging
|
||||
from function.modules import motion_sensor_light
|
||||
from function.rooms import room, room_collection
|
||||
|
@ -1,5 +1,5 @@
|
||||
import config
|
||||
import devdi
|
||||
import devdi.devices
|
||||
import function
|
||||
import json
|
||||
import logging
|
||||
@ -58,12 +58,12 @@ if __name__ == "__main__":
|
||||
#
|
||||
# Smarthome physical Devices
|
||||
#
|
||||
pd = devdi.physical_devices(mc)
|
||||
pd = devdi.devices.physical_devices(mc)
|
||||
|
||||
#
|
||||
# Smarthome physical Devices
|
||||
#
|
||||
vd = devdi.videv_devices(mc)
|
||||
vd = devdi.devices.videv_devices(mc)
|
||||
|
||||
#
|
||||
# Smart Home Functionality
|
||||
|
Loading…
x
Reference in New Issue
Block a user