Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Core extensions

User management

Who's in your home? πŸ‘€

A user in Home Assistant is an account that can log in and control your home. Spook provides you with actions to enable and disable user accounts on the fly.

ActionsΒΆ

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

Disable a userΒΆ

This action allows you to disable a user account on the fly, preventing them from logging in.

Action properties

Action

Disable a user πŸ‘»

Action name

homeassistant.disable_user

Action targets

No

Action response

No response

Spook's influence

Newly added action.

Developer tools

Try this action Open your Home Assistant instance and show your actions developer tools with a specific action selected.

Action data parameters

Attribute

Type

Required

Default / Example

user_id

string | list of strings

Yes

bf1f3b59c7a842c8a9de3e1c12345678

Enable a userΒΆ

This action allows you to enable a user account on the fly, allowing them to log in again.

Action properties

Action

Enable a user πŸ‘»

Action name

homeassistant.enable_user

Action targets

No

Action response

No response

Spook's influence

Newly added action.

Developer tools

Try this action Open your Home Assistant instance and show your actions developer tools with a specific action selected.

Action data parameters

Attribute

Type

Required

Default / Example

user_id

string | list of strings

Yes

bf1f3b59c7a842c8a9de3e1c12345678

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 action, 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.