Eric Matte

Results 19 comments of 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: ![CleanShot 2023-01-04 at 22...

Closed due to innactivity. Feel free to reopen the issue if needed.

Closing due to inactivy, and as I don't plan to write this feature in the near future. Feel free to reopen if needed.

Due to inactivity, I will close this PR for now. Feel free to reopen.

This is a good idea! The `condition` attribute is used to know if the app should sync the lights or not. This could be done like this: ```yaml condition: entity:...

All right 👍 Maybe I could at least update the documentation here to provide examples of more complexe conditions using HA automations or the link you've provided.

@TripleEmcoder I've just released [v1.2.0](https://github.com/ericmatte/ad-media-lights-sync/releases/tag/v1.2.0) which includes a way to use template value as condition directly in the configuration file. Cheers