Skip to content

Commit

Permalink
Merge pull request #9 from AzonInc/dev
Browse files Browse the repository at this point in the history
Change Hardvare Version Icon
  • Loading branch information
AzonInc authored Aug 12, 2024
2 parents a676a66 + 1dffd9f commit 623f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tcs_intercom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def validate_config(config):
),
cv.Optional(CONF_HARDWARE_VERSION): text_sensor.text_sensor_schema(
entity_category=ENTITY_CATEGORY_DIAGNOSTIC,
icon="mdi:console-network",
icon="mdi:router-network-wireless",
),
}
)
Expand Down

0 comments on commit 623f557

Please sign in to comment.