Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: master sync #28

Closed
wants to merge 2 commits into from
Closed

feature: master sync #28

wants to merge 2 commits into from

Conversation

daenny
Copy link
Owner

@daenny daenny commented Jun 12, 2020

No description provided.

@blademckain
Copy link
Contributor

hi daenny,
could you also include the ability to use the climate_group as a master device?
that is, instead of inheriting the configurations from other climates, being able to decide which configurations the climate_group must have
example:

climate:
  - platform: climate_group
    name: 'Climate Friendly Name'
    temperature_unit: C  
    entities:
    - climate.clima1
    - climate.clima2
    master_device: self
    preset:
      -name: home
        target_temperature_low: 20
        target_temperature_high: 25
      -name: away
       target_temperature_low: 16
       target_temperature_high: 18
     hvac_modes: HVAC_MODE_OFF, HVAC_MODE_HEAT
     fan_modes: FAN_ON, FAN_OFF

   *other properties from https://developers.home-assistant.io/docs/core/entity/climate/

in this way a virtual climate can be defined with the desired configurations

@bruvv
Copy link

bruvv commented Sep 8, 2021

Will this also work with external temperature sensors?

@daenny
Copy link
Owner Author

daenny commented Sep 9, 2021

I never got around properly testing this, as I do not use/need it myself. Feel free to pick it up from here, I am happy to help.

@daenny daenny closed this Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants