There be gremlins. All of a sudden my button (the script for which doesn’t seem to reproduce properly in the blockquote window):
cards:
- show_name: true
show_icon: true
type: button
icon: mdi:heat-wave
name: Boost Heating to 21C House
entity: input_button.boost_heating
tap_action:
action: call-service
service: tado.set_climate_timer
data:
time_period: ‘00:45:00’
temperature: 21
target:
entity_id:
- climate.ensuite
- climate.house_core
[etc]
show_state: false
for boosting heating complains:
Failed to call service tado/set_climate_timer. TadoClimate.set_timer() missing 1 required positional argument: ‘requested_overlay’
You can’t specify both a timer and an overlay. But all of a sudden if you set a timer it seems to be demanding an overlay anyway. In the local parlance - what’s occurring?