Daniel Lashua
Daniel Lashua
@ReneTode speaking about Home Assistant alone, input_select doesn't work well because adding items to that list after HA has started get weird. An input_text could certainly work though, in Home...
@ReneTode 's method works well as long as your HASS instance doesn't create new binary_sensors after it's started. If they are created a bit later (slower components, or components that...
That being said, allowing for context in a constraint could make this easier. The following code doesn't work, currently, but perhaps it should: ``` class MyApp(hass.Hass): def constrain_attribute(self, value, context={}):...
Since my AppDaemon CREATES some of the entities I'd like to check, this gets painfully difficult. On top of that, when I add devices with some components, they add to...
@Mithras I agree with you that the Exception (specifically a 500 or 404 on service call) should be raised to the user for them to do with it as they...
Until this feature request is decided upon, you can use this: self.run_daily(blah, blah, blah, constrain_days="wed")
Me too. Rolling back to 1.39.0 also fixed mine.
@fourtrax01 I am no longer maintaining this. PRs happily accepted.
This can be done now using template binary sensors with event/state triggers and a short auto_off. Then, include that binary sensor in the wasp_sensors configuration area. But, having a dedicated...
This isn't currently implemented, but a PR would be happily accepted.