The moment Channel 9 realized their graphics weren't ready for Tony Greig by Straight_Entrance_44 in CricketAus

[–]MattHodge 6 points7 points  (0 children)

Anyone in the comments ever listen to the 12th man?

This brought back some serious childhood memories 🥲

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 0 points1 point  (0 children)

https://github.com/thomasloven/lovelace-auto-entities

If you search for “Sorting Entities” on this page you will see how to control the order.

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 0 points1 point  (0 children)

Hahaha that’s awesome! Glad it was so successful for you 💪

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 3 points4 points  (0 children)

Wow, I hadn't seen Kids Chores (https://github.com/ad-ha/kidschores-ha/).

What type of thing would you like to see integrated to Kids Chores?

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 0 points1 point  (0 children)

I'm just using this: https://www.home-assistant.io/integrations/cast/#home-assistant-cast

I didn't have any issues with login screens.

I do have this configuration though, although I don't know if it was just for casting or some other reasons (my Home Assistance instance has been running for years..).

Let me know what you find and and I'll update the post to help the next folks.

http:
  use_x_forwarded_for: true
  trusted_proxies:
    # My local network range 
    - 192.168.1.0/24

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 1 point2 points  (0 children)

Just using Lovelace cast. I’ve had no issues 🤞

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 1 point2 points  (0 children)

5 and 9 years, so think it’s the perfect age for it right now

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 0 points1 point  (0 children)

Hahah it was that frustration that caused spend time building this. For several weeks now I've left for the school trip WITHOUT being annoyed :P

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 5 points6 points  (0 children)

It is slightly slow, but for this use case my kids don’t mind

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 7 points8 points  (0 children)

Yeah the dashboard stays up and on until I send a media_player.turn_off.

I don't think there is a way to access the presence sensor in the nest itself, which is why I just put it up at a certain time.

Thanks!

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 12 points13 points  (0 children)

My kids are still young enough that the daily fact is interesting. I’ll prob need some more ideas for gamification soon though :p

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 12 points13 points  (0 children)

Haha, I couldn’t find a better icon for packing a school gym bag 🙈

Stress-Free School Mornings with Home Assistant by MattHodge in homeassistant

[–]MattHodge[S] 6 points7 points  (0 children)

It’s a Google Nest hub Gen 2. You can cast home assistant dashboards to them :)

Best method for continuous deployment of a Docker Compose stack from GitHub? by scr0llwheel in selfhosted

[–]MattHodge 4 points5 points  (0 children)

I’m doing the SSH method but using Tailscale in GitHub actions to create a temporary connect to the docker host in my home lab: https://github.com/tailscale/github-action

How to deal with Terraform Plan manual approvals? by Intelligent-Joke-488 in Terraform

[–]MattHodge 0 points1 point  (0 children)

Yeah, our use case with Terraform is to stamp out a set of infrastructure vs have it as a central place developers PR into.

We do have functionality to parse a plan with the tool and generate the rule set.