Here is my count 30
rules
must have TasmoAdmin only to see the count
my current Best
2 the hot-jug ( Kettle )
its a Kogan Kettle Jub
have it in my automation on my work days it truns on
#=======================================================================
#
#=======================================================================
- id: 'Wake me up roster only morning'
alias: Wake me up roster morning
trigger:
- at: '4:00:00'
platform: time
condition:
condition: and
conditions:
- condition: state
entity_id: sensor.stephan_4x4x12
state: 'on'
- condition: template
value_template: >-
{{states.sensor.stephan_4x4x12.attributes["this_day"] == 'Day'}}
action:
- data:
entity_id: switch.kettle_power
service: switch.turn_on
- data:
entity_id: light.his_side
service: light.turn_on
- delay: '00:10:00'
- data:
entity_id: light.his_side
service: light.turn_off
#=======================================================================