Skip to content

Commit

Permalink
remove unecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Coppa committed Oct 27, 2024
1 parent fe51b4e commit 5689ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/wellbeing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ def _create_entities(data):
ApplianceBinary(name="Status", attr="status", entity_category=EntityCategory.DIAGNOSTIC),
ApplianceBinary(name="Safety Lock", attr="SafetyLock", device_class=BinarySensorDeviceClass.LOCK),
]
_LOGGER.warning(f"_create_entities END")

return (
common_entities
Expand Down

0 comments on commit 5689ab2

Please sign in to comment.