Rene Tode

Results 210 comments of Rene Tode

if you do things a lot you can create a general function for it. it seems to me that you use entities as object and you got self.entities in appdaemon...

yeah sorry, sometimes i hang a bit in the past. i still use get_state ;) i would probably use ``` device, entity = self.split_entity(name) self.entities[device][entity] ```

the plan is to have predefined javascripts that can be assigned to possible widget actions. so you can assign longpres(double click)s to navigate and short press(single click) to change a...

service is also taken out of the widget yaml. but i cannot close a PR. only you and Andrew can do that.

at this moment i dont have much time to try that out, but it seems like a workable solution. the most important parts from the solution: 1) no breaking changes...

there is no precision setting for gauge, so its obvious that setting it wont work. its designed for rounded numbers, but precision can be added when we start working on...

and the other option is to create a dashboard that shows the camera fullscreen and navigate to that dashboard. the advantage is that you can even make it a bit...

> I tried your way @ReneTode but the camera feed in that iframe was huge and had large scroll bars i was not talking about using an iframe. my suggestion...

it will be easier to grasp if you change the container style and make it bigger. you can use the slider_style to change the appearance from the slider. i think...

no if you want to change/add css to the skin (theme) you need to use the skin files. you can edit the default skin by adding a directory "default" to...