-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Add Tag integration #38727
[RFC] Add Tag integration #38727
Conversation
ready for 👀 again |
vol.Required(CONF_ID): cv.string, | ||
vol.Optional(CONF_NAME): vol.All(str, vol.Length(min=1)), | ||
vol.Optional("description"): cv.string, | ||
vol.Optional(LAST_SCANNED): cv.datetime, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make this required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, if we let folks manually register these in a helper UI this may not be present for a create.
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This PR is missing documentation upstream. @dmulcahey Could you open a PR to add this? |
@dmulcahey Noticed that this component was renamed from "NFC Tags" to "Tag" which is much more generic. Just wondering now if this is still meant specific for NFC (Near-Field Communication) tags standard only or is this also meant to cover tags using other Radio-Frequency Identification (RFID) protocols and standards as well? |
Any type of tag. |
Proposed change
This PR adds initial support for creating and scanning tags.
Type of change
Example entry for
configuration.yaml
:# Example configuration.yaml
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale: