-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
Mastodon post action #134788
base: dev
Are you sure you want to change the base?
Mastodon post action #134788
Conversation
Hey there @fabaff, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
So what I am wondering, will we ever use the notify entity? Because if we do, I think we should rather migrate to that at once, instead of going to a sub service first |
I experimented with the new notify entity and followed the arch discussion, the Mastodon post will always want more than the generic but well typed notification action provides so I'd never be looking to add the new notify entity, a social post isn't really a notification. |
Breaking change
Deprecate the use of the legacy notify platform and introduce a new mastodon.post action which has dedicated descriptive fields rather than data elements that are only obvious by referring to the documentation.
If the old notify service is used then an issue will be raised warning that this is deprecated and will be removed in 2025.8.
Proposed change
Type of change
Additional information
Checklist
ruff format 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
.To help with the load of incoming pull requests: