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 7fc4573 commit 4b19f16Copy full SHA for 4b19f16
src/bthome.py
@@ -24,11 +24,6 @@ class BTHome:
24
# Advertising size limit
25
_ADVERT_PAYLOAD_MAX_BYTES = 31 # [^3]
26
27
- debug = False
28
-
29
- # Device name used in BLE advertisements.
30
- _local_name = ""
31
32
# For most sensors defined below, the naming convention is:
33
# <const_name> ::= <property> "_" <data-type> "_x" <inverse of factor>
34
# Example, temperature sint16 0.01 becomes:
0 commit comments