---
title: Accessory Category Types
framework: homekit
role: collectionGroup
role_heading: API Collection
path: homekit/accessory-category-types
---

# Accessory Category Types

The accessory category types supported by HomeKit.

## Overview

Overview An HMAccessoryCategory instance’s read-only categoryType property contains one of the values listed below to tell you what the associated accessory does. Don’t confuse these values with the service types found in Accessory Service Types. Despite the similarities, they describe different things. Accessories are the physical objects that the user installs in the home, like a garage door opener. Accessories belong to one of the categories listed here, like HMAccessoryCategoryTypeGarageDoorOpener. Accessories have one or more services that perform tasks. The garage door opener accessory has a garage door opener service with service type HMServiceTypeGarageDoorOpener. The same accessory might also have an attached light providing a light bulb service with service type HMServiceTypeLightbulb.

## Topics

### Light

- [HMAccessoryCategoryTypeLightbulb](homekit/hmaccessorycategorytypelightbulb.md)

### Power and switches

- [HMAccessoryCategoryTypeOutlet](homekit/hmaccessorycategorytypeoutlet.md)
- [HMAccessoryCategoryTypeProgrammableSwitch](homekit/hmaccessorycategorytypeprogrammableswitch.md)
- [HMAccessoryCategoryTypeSwitch](homekit/hmaccessorycategorytypeswitch.md)

### Air quality and smoke detection

- [HMAccessoryCategoryTypeFan](homekit/hmaccessorycategorytypefan.md)
- [HMAccessoryCategoryTypeAirPurifier](homekit/hmaccessorycategorytypeairpurifier.md)

### Temperature and humidity

- [HMAccessoryCategoryTypeThermostat](homekit/hmaccessorycategorytypethermostat.md)
- [HMAccessoryCategoryTypeAirConditioner](homekit/hmaccessorycategorytypeairconditioner.md)
- [HMAccessoryCategoryTypeAirDehumidifier](homekit/hmaccessorycategorytypeairdehumidifier.md)
- [HMAccessoryCategoryTypeAirHeater](homekit/hmaccessorycategorytypeairheater.md)
- [HMAccessoryCategoryTypeAirHumidifier](homekit/hmaccessorycategorytypeairhumidifier.md)

### Windows

- [HMAccessoryCategoryTypeWindow](homekit/hmaccessorycategorytypewindow.md)
- [HMAccessoryCategoryTypeWindowCovering](homekit/hmaccessorycategorytypewindowcovering.md)

### Locks and openers

- [HMAccessoryCategoryTypeDoor](homekit/hmaccessorycategorytypedoor.md)
- [HMAccessoryCategoryTypeDoorLock](homekit/hmaccessorycategorytypedoorlock.md)
- [HMAccessoryCategoryTypeGarageDoorOpener](homekit/hmaccessorycategorytypegaragedooropener.md)
- [HMAccessoryCategoryTypeVideoDoorbell](homekit/hmaccessorycategorytypevideodoorbell.md)

### Safety and security

- [HMAccessoryCategoryTypeSensor](homekit/hmaccessorycategorytypesensor.md)
- [HMAccessoryCategoryTypeSecuritySystem](homekit/hmaccessorycategorytypesecuritysystem.md)

### Cameras

- [HMAccessoryCategoryTypeIPCamera](homekit/hmaccessorycategorytypeipcamera.md)

### Water

- [HMAccessoryCategoryTypeSprinkler](homekit/hmaccessorycategorytypesprinkler.md)
- [HMAccessoryCategoryTypeFaucet](homekit/hmaccessorycategorytypefaucet.md)
- [HMAccessoryCategoryTypeShowerHead](homekit/hmaccessorycategorytypeshowerhead.md)

### Network

- [HMAccessoryCategoryTypeBridge](homekit/hmaccessorycategorytypebridge.md)
- [HMAccessoryCategoryTypeRangeExtender](homekit/hmaccessorycategorytyperangeextender.md)
- [HMAccessoryCategoryTypeAirPort](homekit/hmaccessorycategorytypeairport.md)
- [HMAccessoryCategoryTypeWiFiRouter](homekit/hmaccessorycategorytypewifirouter.md)

### Audio and sound

- [HMAccessoryCategoryTypeAudioReceiver](homekit/hmaccessorycategorytypeaudioreceiver.md)
- [HMAccessoryCategoryTypeSpeaker](homekit/hmaccessorycategorytypespeaker.md)

### Television

- [HMAccessoryCategoryTypeTelevision](homekit/hmaccessorycategorytypetelevision.md)
- [HMAccessoryCategoryTypeTelevisionSetTopBox](homekit/hmaccessorycategorytypetelevisionsettopbox.md)
- [HMAccessoryCategoryTypeTelevisionStreamingStick](homekit/hmaccessorycategorytypetelevisionstreamingstick.md)

### Uncategorized

- [HMAccessoryCategoryTypeOther](homekit/hmaccessorycategorytypeother.md)

## See Also

### Reading the category type

- [categoryType](homekit/hmaccessorycategory/categorytype.md)
