mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
- fix order for ws28xx
This commit is contained in:
@@ -77,4 +77,5 @@ REMOVE_CONFIG = [
|
||||
'sensor',
|
||||
'smooth',
|
||||
]
|
||||
RGB_COMBINATIONS = [''.join(x) for x in permutations('rgb')]
|
||||
RGB_COMBINATIONS = [''.join(x) for x in permutations('rgb')]
|
||||
RGB = 'rgb'
|
||||
|
||||
Reference in New Issue
Block a user