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
| """Quirk for Aqara W500 lumi.airrtc.aeu001 with preset temperature support.""" | |
| from zigpy import types | |
| from zigpy.quirks import CustomCluster | |
| from zigpy.quirks.v2 import ( | |
| NumberDeviceClass, | |
| QuirkBuilder, | |
| SensorDeviceClass, | |
| SensorStateClass, | |
| ) |
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
| [program:apache2] | |
| command=/bin/bash -c "source /etc/apache2/envvars && source /etc/default/apache2 && exec /usr/sbin/apache2 -DFOREGROUND" | |
| auto_start=true | |
| autorestart=true |