Skip to article frontmatterSkip to article content
Core extensions

Device management

Which devices are you rocking? 🎸

A device in Home Assistant represents a physical device in your home but can also represent a web service, like one that provides weather information. Devices are logical grouping for entities. Spook provides you with a few services to manage devices.

ServicesΒΆ

The following device management services are added to your Home Assistant instance:

Disable a deviceΒΆ

This service allows you to disable a device on the fly.

Screenshot of the Home Assistant disable device service call in the developer tools.
Service properties
ServiceDisable a device πŸ‘»
Service namehomeassistant.disable_device
Service targetsNo
Service responseNo response
Spook's influenceNewly added service.
Developer toolsTry this service Open your Home Assistant instance and show your service developer tools with a specific service selected.
Service call data
AttributeTypeRequiredDefault / Example
device_idstring | list of stringsYesdc23e666e6100f184e642a0ac345d3eb

Enable a deviceΒΆ

This service allows you to enable a device on the fly.

Screenshot of the Home Assistant enable device service call in the developer tools.
Service properties
ServiceEnable a device πŸ‘»
Service namehomeassistant.enable_device
Service targetsNo
Service responseNo response
Spook's influenceNewly added service.
Developer toolsTry this service Open your Home Assistant instance and show your service developer tools with a specific service selected.
Service call data
AttributeTypeRequiredDefault / Example
device_idstring | list of stringsYesdc23e666e6100f184e642a0ac345d3eb

Blueprints & tutorialsΒΆ

There are currently no known blueprints or tutorials for the enhancements Spook provides for these features. If you created one or stumbled upon one, please let us know in our discussion forums.

Features requests, ideas, and supportΒΆ

If you have an idea on how to further enhance this, for example, by adding a new service, entity, or repairs detection; feel free to let us know in our discussion forums.

Are you stuck using these new features? Or maybe you’ve run into a bug? Please check the page on where to go for help.