jane-t

Results 13 comments of jane-t

If it's any help you can do that with powershell scripts which you can call from Hass now, but adding them as button sensors. [displayon.txt](https://github.com/LAB02-Research/HASS.Agent/files/9121863/displayon.txt) [displayoff.txt](https://github.com/LAB02-Research/HASS.Agent/files/9121864/displayoff.txt) Just download and put...

Thanks for looking at this. It's a really nice clean extension. Another possible option would be to add "hooks" for shortcut keys, the gmail extension I have allows several shortcut...

The sender is verified. If I call the ses set up process with $ses = new SimpleEmailService($key, $secret); It works fine, it's only when I call it with the V4...

Is there anything I can put in to help debug why the error is occurring? Could you point me in the right direction to add some echo statements to see...

I tried setting up a new user with just the AmazonSESFullAccess permission, but got the same error message for V4. On Thu, 23 Jul 2020 at 08:32, Daniel Zahariev wrote:...

Did you have any liuck with this problem please?

Just to confirm I have the same problem. Running latest Home Assistant and HACS as I only built the system yesterday.

This works ``` service: google.create_event data: entity_id: calendar.work_days summary: Working start_date_time: >- {{state_attr('input_datetime.set_working_day','timestamp')| timestamp_custom('%Y-%m-%d 09:00:00')}} end_date_time: >- {{state_attr('input_datetime.set_working_day','timestamp')| timestamp_custom('%Y-%m-%d 09:01:00')}} ``` The following errors stating a Device, Entity ID is...

Sorry, I am not making myself clear, the function is fine. It was just I found the documentation unclear, as there was no mention in the documentation of needing to...

Out of interest, I looked and the hdd-tools is by far the biggest thing in my daily backup. As a test I uninstalled it and reinstalled it, to see if...