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

Implement all device editor capabilities #92

Open asosnovsky opened 2 years ago

asosnovsky commented 2 years ago

Relevant code

https://github.com/asosnovsky/Shortumation/blob/main/webapp/src/components/DeviceEditor/index.tsx

https://github.com/asosnovsky/Shortumation/blob/main/webapp/src/haService/types.ts#L41

Right now I've only implemented the simple HAForm (I.e. string float etc) but support for multi select and others is still needed.