Hi, to do some needed changes in the Google Calendar card, I need to access this folder and more specifically:
/usr/src/app/homeassistant/components/calendar/
Is this possible via SSH in Hassio at all?
TJ
Hi, to do some needed changes in the Google Calendar card, I need to access this folder and more specifically:
/usr/src/app/homeassistant/components/calendar/
Is this possible via SSH in Hassio at all?
TJ
Short answer - no
You could use the debug access that’s in the developer docs, however any time you upgrade HA you’ll lose that. You’d be better to develop it as a custom component, as that will replace the built in component.