v0.3.0 #4
leosperry
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IAutomationRegistry
for adding multiple instances of the same type of automationIAutomationFactory
. Currently it supports adding simple and conditional automations by accepting callback functions. In a future version it will support the above example more cleanly by taking in entity ID's instead of callbacks.ExcludeFromDiscovery
attribute to your automation class. This will prevent it from being added into your services automagically. This attribute is used internally to hide a wrapper for the conditional automation which converts it into anIAutomation
LightTurnOnModel
for API calls to turn on a light. This makes it much easier to set RGB and other properties without needing to read the Home Assistant documentation.This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions