Skip to content

Accessories

Martin Patfield edited this page Feb 18, 2026 · 6 revisions

See the list of currently supported device types below. If there is a particular device or feature you'd like to see, please create an issue.

All accessories require the following fields to be defined.

Field Description
id A unique ID to identify this accessory. Changing this value will result in a new accessory.
name The display name for the accessory in HomeKit
type The type of accessory. See the list of currently supported types below.

If using the config UI, id will be auto-generated, so you don't need to define it manually.

Valid values for type are:

  • Door
  • GarageDoorOpener
  • HumiditySensor
  • HumidifierDehumidifier
  • Lightbulb
  • LockMechanism
  • Outlet
  • StatelessProgrammableSwitch
  • Switch
  • TemperatureSensor
  • Thermostat
  • Valve
  • Window
  • WindowCovering

Clone this wiki locally