Skip to content

Commit 304b01a

Browse files
bthome.py - clean up comment
1 parent ae00f2d commit 304b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bthome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BTHome:
2929
# For most sensors, naming convention is:
3030
# <const_name> ::= <property> "_" <data-type> "_x" <inverse of factor>
3131
# Example, temperature sint16 0.01 becomes:
32-
# TEMPERATURE _ SINT16 _x 100
32+
# TEMPERATURE_SINT16_x100
3333
# For binary sensors (0x15 .. 0x2D), naming convention is:
3434
# <const_name> ::= <property> "_" BINARY
3535
# Example, "battery charging" becomes:

0 commit comments

Comments
 (0)