-
Notifications
You must be signed in to change notification settings - Fork 0
Assets
Tom Grounds - Personal edited this page Jun 19, 2026
·
1 revision
Asset Intelligence does not create a separate system of assets.
Instead:
- Assets are implemented as Home Assistant devices
- Rooms are Home Assistant Areas
- Labels are Home Assistant labels
This means:
- All data is stored in Home Assistant
- There is no duplication
- Everything stays in sync across the system
If you understand this, the rest of the system will make sense.
An asset represents something you care about managing or protecting.
- TVs and electronics
- Artwork
- Furniture
- Wine collections
- Instruments
Each asset has:
- A name
- A room (Area)
- One or more labels
Every asset is implemented as a Home Assistant device.
This means:
- It appears in Devices & Services
- It can be used in automations
- It is assigned to an Area
- It can have Labels
By using native Home Assistant devices:
- No duplication occurs
- Everything stays in sync
- Other integrations can interact with assets naturally
Asset: "Living Room TV"
- Device: Created in Home Assistant
- Area: Living Room
- Labels:
tv,electronics
Assets are the core of Asset Intelligence—they represent what matters.