Eric Matte
Eric Matte
Hi @thundergreen, Like you said: The app listen for url changes in order to update the lights. For a camera to work with it, it would need an interval scan,...
Here is my solution, that also works with `react-navigation`: ```tsx // App.tsx import { NavigationContainer } from '@react-navigation/native'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import { Provider as PaperProvider }...
> @tonihm96 @ericmatte have ya'll considered publishing your solutions? @angelxmoreno good point. As for my solution, it only support one snackbar at the time, so it would required some rework....
Hi @ckholy2, unfortunately I don't have any `rgbww_color` to test this. I have however a `rgbw_color` light, and it supports `rgb_color` as well without any problem:  which includes a way to use template value as condition directly in the configuration file. Cheers