Homey Developers

Homey Apps SDK

  • Documentation
  • JavaScript Reference
  • Python Reference

Homey Web API

  • Documentation
  • Reference

Tools

  • Developer Tools

Node.js Modules

  • Homey ZigbeeDriver
  • Homey ZWaveDriver
  • Homey RFDriver
  • Homey Log
  • Zigbee Clusters
  • Homey OAuth2
Homey

Homey Python Apps SDK

  • Device Capabilities
  • Device Classes

Managers

  • ManagerApi
  • ManagerApps
  • ManagerArp
  • ManagerBLE
  • ManagerClock
  • ManagerCloud
  • ManagerDashboards
  • ManagerDiscovery
  • ManagerDrivers
  • ManagerFlow
  • ManagerGeolocation
  • ManagerI18n
  • ManagerImages
  • ManagerInsights
  • Manager
  • ManagerNotifications
  • ManagerRF
  • ManagerSettings
  • ManagerVideos
  • ManagerZigbee
  • ManagerZWave

Modules

  • Api
  • ApiApp
  • App
  • BleAdvertisement
  • BleCharacteristic
  • BleDescriptor
  • BlePeripheral
  • BleService
  • CloudOAuth2Callback
  • CloudWebhook
  • Device
  • DiscoveryResult
  • DiscoveryResultMAC
  • DiscoveryResultMDNSSD
  • DiscoveryResultSSDP
  • DiscoveryStrategy
  • Driver
  • FlowArgument
  • FlowCard
  • FlowCardAction
  • FlowCardCondition
  • FlowCardTrigger
  • FlowCardTriggerDevice
  • FlowToken
  • Homey
  • Image
  • InsightsLog
  • PairSession
  • Signal
  • Signal433
  • Signal868
  • SignalInfrared
  • SimpleClass
  • Video
  • VideoDASH
  • VideoHLS
  • VideoOther
  • VideoRTMP
  • VideoRTSP
  • VideoWebRTC
  • VideoWithURL
  • Widget
  • WidgetSetting
  • ZigbeeNode
  • ZWaveCommandClass
  • ZWaveNode

Manager

homey.manager.manager

Base class for managers.

Ancestors

  • SimpleClass
  • homey.util.event_emitter.EventEmitter
  • typing.Generic
  • abc.ABC

Subclasses

  • ManagerApi
  • ManagerApps
  • ManagerArp
  • ManagerBLE
  • ManagerClock
  • ManagerCloud
  • ManagerDashboards
  • ManagerDiscovery
  • ManagerDrivers
  • ManagerFlow
  • ManagerGeolocation
  • ManagerI18n
  • ManagerImages
  • ManagerInsights
  • ManagerNotifications
  • ManagerRF
  • ManagerSettings
  • ManagerVideos
  • ManagerZigbee
  • ManagerZWave

Inherited members

  • SimpleClass:
    • debug
    • error
    • log
    • on_debug
    • on_error
    • on_log

Manager

  • Introduction
  • Inherited members