This file contains hidden or 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
import math | |
from typing import Dict, Optional, Tuple, Union | |
from zigpy.profiles import zha | |
from zigpy.quirks import CustomDevice | |
import zigpy.types as t | |
from zigpy.zcl import foundation | |
from zigpy.zcl.clusters.general import ( | |
AnalogInput, | |
AnalogOutput, | |
Basic, |
This file contains hidden or 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
"""TS0601_TZE204_yensya2c""" | |
import math | |
from typing import Dict, Tuple#, Union, Optional, | |
from zigpy.profiles import zha#, zgp | |
from zigpy.quirks import CustomDevice | |
import zigpy.types as t | |
from zigpy.zcl.clusters.general import ( | |
AnalogInput, | |
AnalogOutput, |
This file contains hidden or 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
"""Tuya mmw radar occupancy sensor.""" | |
import math | |
from typing import Dict | |
from zigpy.profiles import zgp, zha | |
from zigpy.quirks import CustomDevice | |
import zigpy.types as t | |
from zigpy.zcl.clusters.general import ( | |
AnalogInput, |