Skip to content

Commit 4b19f16

Browse files
Clean up
1 parent 7fc4573 commit 4b19f16

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bthome.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ class BTHome:
2424
# Advertising size limit
2525
_ADVERT_PAYLOAD_MAX_BYTES = 31 # [^3]
2626

27-
debug = False
28-
29-
# Device name used in BLE advertisements.
30-
_local_name = ""
31-
3227
# For most sensors defined below, the naming convention is:
3328
# <const_name> ::= <property> "_" <data-type> "_x" <inverse of factor>
3429
# Example, temperature sint16 0.01 becomes:

0 commit comments

Comments
 (0)