asosnovsky / Shortumation

[Not Maintained] A better way to write automations in home-assistant without having to install and run a seperate automation engine!
MIT License
300 stars 7 forks source link

Light Mode #116

Closed asosnovsky closed 2 years ago

asosnovsky commented 2 years ago

Add the ability to toggle to light mode (or customise the theme in accordance with the rest of HA).

In order to implement this, we just need to pass 'light' vs 'dark' into here through some ui button or an environment variable that can also be passed through addon parameters.

https://github.com/asosnovsky/Shortumation/blob/main/webapp/src/components/Page/index.tsx#L18-L22

asosnovsky commented 2 years ago

This is done in v0.7