I have sensors all over the house. Once a year I have to hunt them down to replace a battery. Yet I can never remember where exactly I have hidden them. So, having the opportunity to add a note to a device to register its location??
It wouldnât be pretty, but I think you could do something like this using a text input helper.
I would support this
I would also want it optionally exposed to LLMs just like the aliases are.
Reason: LLMs are dumb. (says the AI for a living guy) we all expect the. To work magic but the magic is only as good as you can describe your setup to the AI.
Lists of entities isnât describing things you also need context.
For instance âthese entities are part of a vaccum system and hereâs how you interpret what theyâre sayingâ rather than just listing the entitiesâŠ
We donât have a good place to self document right now. If you could have a plain text description attached to a device or entity in addition to its aliases and states this would work.
Many of my entities⊠Including scripts and automations have a âdescriptionâ attribute added in yaml via the customize property⊠I then expose this conditionally in the UI. Used to be able to add custom attributes in the UI but that was removed a few years back.
I think a potentially useful implementation would be to allow adding a Markdown notes card to each device info page.
The device info pages have gotten very useful. It would be an ideal place to have a Markdown card that could store battery info, link to documentation, or what ever you wanted.
Hereâs my WTH from 2022: WTH Can't we add a Notes card to the device config view to write down device information?
I have many devices around the home, each with their own nuances. Iâd like to add some personal notes to my Home Assistant device so I can remember things like, âthis Bluetooth beacon is hidden above the kitchen cabinetâ or âthis light controller is wired with WW to the orange wire and CW to the blue wireâ.
A simple notes field so I can capture my own device notes.
I agree and would be handy to have a notes area.
Example: Wnen I change a battery in a device, I like to note the date. This helps me know how long they last.
As a work around. (silly as this may sound). I create a âAliasâ in Voice Assistant under Battery and add the dates there as I donât have it exposed!
Check out this custom integration: GitHub - andrew-codechimp/HA-Battery-Notes: A Home Assistant integration to provide battery notes of devices
Thanks for the suggestion and link, Looks like an interesting integration specifically for batteries if one has a lot of devices. Nice.
In general though it would excellent if there was a Notes field available by default for every Device & Entity added.
I have a wonder why there is not a comment field for each device?
So that I can fill in with relevant information about e.g. purchase date, purchased where?, warranty or other information I want to save
You mean editable (and more extended)? Not that I know of, other than the project:
variable used for ESP32Home devices.
I like the idea, though.
Yes editable is what I ment.
There is so much information that I might want to save.
Where is it located?
How did I buy it?
A lot of information you want that is directly connected to that particular device.
Thanks for the thumbs up
Youâre welcome
EDIT: BTW, I remembered it also can be added on MQTT HA auto-discovered devices.
device": {
ânameâ: âMqtt Virtual Deviceâ,
âmanufacturerâ: âMQTT Hass.ioâ,
âmodelâ: âCustom, purchased from Amazoneâ,
âidentifiersâ: [âMqtt Virtual Deviceâ],
âsw_versionâ: â20241229 Batteries changedâ
âsuggested_areaâ: âLivingroomâ
}