ДЦ
Size: a a a
ДЦ
DD
ДЦ
YH
ДЦ
YH
ДЦ
ДЦ
YH
В
import appdaemon.plugins.hass.hassapi as hass
import datetime
class TraktTest(hass.Hass):
def initialize(self):
self.log("My trakt is")
self.run_daily(self.test_event, "20:48:00")
def test_event(self):
self.log("done!!!")
D
KP
M
module's_name:
module: smth
class: SmTh
constrain_start_time: "11:00:00"
constrain_end_time: "19:00:00"
В
module's_name:
module: smth
class: SmTh
constrain_start_time: "11:00:00"
constrain_end_time: "19:00:00"
M
RO
M
В
DD
import appdaemon.plugins.hass.hassapi as hass
import datetime
class TraktTest(hass.Hass):
def initialize(self):
self.log("My trakt is")
self.run_daily(self.test_event, "20:48:00")
def test_event(self):
self.log("done!!!")
-С