Closed cgarwood closed 6 years ago
Modify the Screensaver widget code to allow for different screensaver photos based on device id
This is already implemented for which dashboard to redirect to in https://github.com/cgarwood/homeassistant-config/blob/master/appdaemon/dashboards/Screensaver.dash
Just need to modify the picture_source and picture_path vars to allow for different devices, like how dashboards: is setup.
picture_source
picture_path
dashboards:
this is done as of https://github.com/cgarwood/homeassistant-config/commit/e7b36bbd7d6cc5eb543d500ce613a469e698c349
Modify the Screensaver widget code to allow for different screensaver photos based on device id
This is already implemented for which dashboard to redirect to in https://github.com/cgarwood/homeassistant-config/blob/master/appdaemon/dashboards/Screensaver.dash
Just need to modify the
picture_source
andpicture_path
vars to allow for different devices, like howdashboards:
is setup.