diff --git a/homeassistant/components/spc/binary_sensor.py b/homeassistant/components/spc/binary_sensor.py index b5ff14ce01d..34689c4dccf 100644 --- a/homeassistant/components/spc/binary_sensor.py +++ b/homeassistant/components/spc/binary_sensor.py @@ -19,6 +19,7 @@ def _get_device_class(zone_type): ZoneType.ALARM: "motion", ZoneType.ENTRY_EXIT: "opening", ZoneType.FIRE: "smoke", + ZoneType.TECHNICAL: "power", }.get(zone_type)