Beispiel #1
0
 def __init__(self, vera_device, controller):
     """Initialize the light."""
     self._state = False
     self._color = None
     self._brightness = None
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #2
0
 def __init__(self, vera_device, controller):
     """Initialize the sensor."""
     self.current_value = None
     self._temperature_units = None
     self.last_changed_time = None
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #3
0
 def __init__(self, vera_device, controller):
     """Initialize the light."""
     self._state = False
     self._color = None
     self._brightness = None
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #4
0
 def __init__(self, vera_device, controller):
     """Initialize the sensor."""
     self.current_value = None
     self._temperature_units = None
     self.last_changed_time = None
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #5
0
 def __init__(self, vera_device, controller):
     """Initialize the Vera device."""
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #6
0
 def __init__(self, vera_device, controller):
     """Initialize the Vera device."""
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #7
0
 def __init__(self, vera_device, controller):
     """Initialize the Vera device."""
     self._state = False
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #8
0
 def __init__(self, vera_device, controller):
     """Initialize the binary_sensor."""
     self._state = False
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
 def __init__(self, vera_device, controller):
     """Initialize the Vera device."""
     self._state = None
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #10
0
 def __init__(self, vera_device, controller):
     """Initialize the binary_sensor."""
     self._state = False
     VeraDevice.__init__(self, vera_device, controller)
     self.entity_id = ENTITY_ID_FORMAT.format(self.vera_id)
Beispiel #11
0
 def __init__(self, vera_device, controller):
     """Initialize the light."""
     self._state = False
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #12
0
 def __init__(self, vera_device, controller):
     """Initialize the sensor."""
     self.current_value = None
     self._temperature_units = None
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #13
0
 def __init__(self, vera_device, controller):
     """Initialize the Vera device."""
     self._state = None
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #14
0
 def __init__(self, vera_device, controller):
     """Initialize the sensor."""
     self.current_value = None
     self._temperature_units = None
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #15
0
 def __init__(self, vera_device, controller):
     """Initialize the Vera device."""
     VeraDevice.__init__(self, vera_device, controller)
Beispiel #16
0
 def __init__(self, vera_device, controller):
     """Initialize the binary_sensor."""
     self._state = False
     VeraDevice.__init__(self, vera_device, controller)