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 actions to manage devices.

ActionsΒΆ

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

Disable a deviceΒΆ

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

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

Enable a deviceΒΆ

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

Screenshot of the Home Assistant enable device action in the developer tools.
Action properties
ActionEnable a device πŸ‘»
Action namehomeassistant.enable_device
Action targetsNo
Action responseNo response
Spook's influenceNewly added action.
Developer toolsTry this action Open your Home Assistant instance and show your actions developer tools with a specific action selected.
Action data parameters
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.