Steve Herrell

Results 920 comments of Steve Herrell

Try with a quotes around the name. I'll improve the docs. ```yaml name: "!Pool Lights" ```

To clarify, do you mean "next to; in the configuration file" or "next to; on the screen"? You can do the second one from `customize.yaml` with: ```yaml switch.momentary_change_phase_to_daytime: icon: mdi:home...

The switch doesn't support the icon option, for now you have to specify it in the [customize.yaml](https://www.home-assistant.io/docs/configuration/customizing-devices/) file.

No worries. The `entity_picture` attribute might work but I never tested it.

I think it's possible. What sort of granularity would you need?

Still looking at this!

I'm such an idiot. It all ready supports it. I use a standard `time_period` as the duration type. See the following example: ```yaml - platform: momentary name: switch100 on_for: milliseconds:...

I noticed a difference between 1s and 300ms but I didn't check any less that that. I currently call a HA function call `track_point_in_time` to do the work. Now I...

It does look like it's a restriction with the current HA code. But, I may be able to work around this by putting a delay directly in the code. Let...

@Wagoneermaster007 Right now all the switch does is turn on (or off) for a short time. It doesn't hook into any other devices. I use it to trigger actions -...