Jérôme W.

Results 148 comments of Jérôme W.

I don't see what is the problem? ``` type: custom:button-card lock: enabled: true tap_action: action: call-service service: button.press service_data: entity_id: entity entity: button.pvbrain_from_solar_to_grid icon: mdi:transmission-tower-import name: null ```

Thanks for the PR and your patience, I'm closing as I've removed the dependency to custom-card-helpers and added this feature.

This last comment is the way to go

I know this is quite old but in case you didn't figure it out... Try to do `Number(states['sensor.ac_time_to_off'].state)`. I'm pretty sure the state is stored as a string.

Can you show me the updated template wirh `Number()` and the state of the entity from the developer tools, please?

This is not the right format for button-card. It needs to be the old service format: https://github.com/custom-cards/button-card#action ```yaml tap_action: action: call-service service: media_player.play_media service_data: media_content_id: media-source://radio_browser/96126f56-0601-11e8-ae97-52543be04c81 media_content_type: audio/mpeg entity_id: media_player.living_room...

I'm thinking about trying to implement a central spool management system and wondering what would the right approach be (I'm not yet familiar with the source code of moonraker). 1....

The gap is introduced by the glance-card, nothing I can do there. However you can modify it using `card-mod`