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

Away/Holiday service #227

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Away/Holiday service #227

merged 2 commits into from
Dec 19, 2024

Conversation

ocrease
Copy link
Collaborator

@ocrease ocrease commented Dec 18, 2024

This PR adds a service to set/unset holiday/away mode. Hopefully this completes the requirements in #142.

image

action: heatmiserneo.set_away_mode
data:
  away: true
  end: "2025-01-01 09:00:00"
target:
  entity_id: binary_sensor.neohub_192_168_80_10_away

There are three modes to call the service:

  • Away set to false. This will turn off away and/or holiday
  • Away set to true and no end date provided. Away mode will be enabled
  • Away set to true and an end date is provided. Holiday mode will start and the end date will be set as defined.

@MindrustUK MindrustUK merged commit 16b8a2c into MindrustUK:dev Dec 19, 2024
2 checks passed
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.

2 participants