remove EntityCategory from home_mode switch (#65949)

This commit is contained in:
Michael
2022-02-07 00:41:02 +02:00
committed by GitHub
parent f820806e3c
commit 4cd00a1a6f
@@ -382,6 +382,5 @@ SURVEILLANCE_SWITCH: tuple[SynologyDSMSwitchEntityDescription, ...] = (
key="home_mode",
name="Home Mode",
icon="mdi:home-account",
entity_category=EntityCategory.CONFIG,
),
)