Skip to content

Commit

Permalink
Merge pull request #244 from omerfaruk-aran/fix/errorcode-diognostic
Browse files Browse the repository at this point in the history
feat(samsung_ac): Move error_code sensor to Diagnostics section in Home Assistant
  • Loading branch information
omerfaruk-aran authored Dec 28, 2024
2 parents 95783dc + d5015fa commit b1e39fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/samsung_ac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def error_code_sensor_schema(message: int):
unit_of_measurement="",
accuracy_decimals=0,
icon="mdi:alert",
entity_category="diagnostic",
)


Expand Down

0 comments on commit b1e39fa

Please sign in to comment.