nielsfaber / scheduler-card

HA Lovelace card for control of scheduler entities
GNU General Public License v3.0
926 stars 117 forks source link

Template #761

Closed Patbonamy closed 11 months ago

Patbonamy commented 1 year ago

Checklist

Proposal

Hello, It will be nice to use template like this: {{ states('input_number.temperature_economy') | float }} For the scheduling of a thermostat to set economy and confort temperatures, Thanks for your work. Regards

Additional info

The service must be called like this: service: climate.set_temperature data_template: temperature: "{{ states('input_number.temperature_confort') | float }}" target: entity_id: climate.yourentity

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days