We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae00f2d commit 304b01aCopy full SHA for 304b01a
src/bthome.py
@@ -29,7 +29,7 @@ class BTHome:
29
# For most sensors, naming convention is:
30
# <const_name> ::= <property> "_" <data-type> "_x" <inverse of factor>
31
# Example, temperature sint16 0.01 becomes:
32
- # TEMPERATURE _ SINT16 _x 100
+ # TEMPERATURE_SINT16_x100
33
# For binary sensors (0x15 .. 0x2D), naming convention is:
34
# <const_name> ::= <property> "_" BINARY
35
# Example, "battery charging" becomes:
0 commit comments