You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Extract category from topic path
if len(topic_parts) >= 4:
for part in topic_parts:
if part.lower() in ["metric", "status", "location", "notify", "command"]:
entity_category = part.lower()
break
Maybe look into metrics.py and use the same standard?
The text was updated successfully, but these errors were encountered:
Currently there are these:
Maybe look into metrics.py and use the same standard?
The text was updated successfully, but these errors were encountered: