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
| from __future__ import annotations | |
| from enum import Enum | |
| from typing import Final | |
| from zigpy import types | |
| from zigpy.quirks import CustomCluster | |
| from zigpy.quirks.v2 import QuirkBuilder | |
| from zigpy.zcl.clusters.general import ( | |
| DeviceTemperature, |
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
| <html> | |
| <head> | |
| <link rel="stylesheet" href="site.css" type="text/css"> | |
| <style> | |
| body { | |
| margin: 0; | |
| height: 100%; | |
| } | |
| .vsplit { |