Daniel

Results 98 comments of Daniel

I also tested with two different browser views into HA...one where I called service light.turn_on with a transition of 20s and one with light.turn_off and was able to reproduce the...

I think we wait for HA to review issue #48534. It is very late here but it kind of looks like an issue with core to me. Since posting I...

The issue **seems** to occur when the brightness_pct is different from the previous one. using`transition: 20` 9:26:00 turn_on transition: 20 brightness_pct: 80 9:26:00 turn_off 9:27:45 turn_on transition: 20 brightness_pct: 90...

@sevorl The problem is not Adaptive Lighting! It ONLY controls lights that show as ON in Home Assistant. Home Assistant is still showing the light as ON when it is...

> Do you want a custom card to keep somewhere an actual `last-changed` value for ALL entities? No, custom:logbook-card already does that by using data from recorder. > A card...

> > No, custom:logbook-card already does that by using data from recorder. > > Are you sure that actual last-changed/updated are stored in DB? Because AFAIK these data are NOT...

Much appreciated. Thanks!

Thank you Jane. displaysoff.txt works fine but displayson.txt is not working for me, even after correcting a syntax error (an open paren is missing): ` "Add-Type '[DllImport(\"user32.dll\")]public static extern int...

Your suggestion to use buttons + my research into in the issue gave me another solution to idea to the monitor back on: ![image](https://user-images.githubusercontent.com/49846893/179327534-6c0537f1-7301-4de5-a6b9-c75955e4b9c5.png) and it works!

Very nice!!! Works like a charm!! Thank you! I now have... ``` - platform: template lights: pc_monitor: friendly_name: "PC Monitor" unique_id: pc_monitor availability_template: '{{ not is_state("binary_sensor.my_pc_is_active", "unknown") }}' icon_template: >-...