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

Color CHanging based on Holidays. #17

Closed
CCOSTAN opened this issue Jan 20, 2017 · 5 comments
Closed

Color CHanging based on Holidays. #17

CCOSTAN opened this issue Jan 20, 2017 · 5 comments

Comments

@CCOSTAN
Copy link
Owner

CCOSTAN commented Jan 20, 2017

  • Figure out a way to change the color of outdoor lights based on various minor holidays automagically.
@CCOSTAN
Copy link
Owner Author

CCOSTAN commented Feb 5, 2017

@CCOSTAN
Copy link
Owner Author

CCOSTAN commented Feb 11, 2017

{%- if now().month in [01, 11, 12] -%} Yes {%- else -%} NO {%- endif %}

@CCOSTAN
Copy link
Owner Author

CCOSTAN commented Nov 5, 2017

Code Reference: Interesting way to get National Holidays.

https://ipsidekick.com/

JSON Sensor.

@nalipaz
Copy link

nalipaz commented Nov 7, 2017

I use a Google calendar to define the time-period in which I want a holiday's lights to be set. You could define the rgb colors in the description on the event, I have yet to do that and am simply turning on/off at the moment.
https://github.com/nalipaz/home-assistant-config/blob/master/config/automations/holiday_lighting.yaml

@Norien
Copy link

Norien commented Nov 7, 2017

not sure if you got this all setup yet
I have this setup now

I only have a single bulb now for my outdoor light but I do plan on adding some more down the road. I'm thinking to have a 2nd template_sensor which would output an ALT colour for use in light zones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants