This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""" custom py file for device Aqara Cube.""" | |
import logging | |
import homeassistant.util.dt as dt_util | |
from custom_components import zha_new | |
_LOGGER = logging.getLogger(__name__) | |
DOMAIN = 'cube_event' | |
def _custom_endpoint_init(self, node_config, *argv): | |
"""set node_config based on Lumi device_type.""" |