mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 06:20:18 +00:00
* Allow selecting multiple states in trigger condition * Make from/to select exlusive to each other * Simplify code * fix: returning correct type * Remove unnecessary any type
2 lines
66 B
TypeScript
2 lines
66 B
TypeScript
export const ANY_STATE_VALUE = "__ANY_STATE_IGNORE_ATTRIBUTES__";
|