Skip to content
Discussion options

You must be logged in to vote

Just wanted to circle back and let you know I figured this out. This worked for me. If there's a better way certainly open to learning that.

  - entity_id: climate.main_thermostat
    name: Furnace
    unique_id: 5b072b6f-69b8-44ff-86b7-6670e87dd133
    fixed:
      power: >
        {% if state_attr('climate.main_thermostat', 'fan_mode') == 'Low' %}
          97.6
        {% else %}
          7.8
        {% endif %}
      states_power:
        hvac_action|heating: 461.7
        hvac_action|cooling: 439.7

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chrisolson91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant