Sign inSign up

werwolfby/node-red-home-assistant

By werwolfby

Updated over 1 year ago

Image
0

4.4K

werwolfby/node-red-home-assistant repository overview

NodeRED for Home Assistant

Extended image with node red, with preinstalled packages to work with home assistant, + some extra:

  • node-red-contrib-actionflows
  • node-red-contrib-home-assistant-websocket
  • node-red-contrib-stoptimer
  • node-red-contrib-time-range-switch - A simple Node-RED node that routes messages depending on the time. If the current time falls within the range specified in the node configuration, the message is routed to output 1. Otherwise the message is routed to output 2.
  • node-red-contrib-timecheck - Is it that time yet? This node compares a given time to the current time.
  • node-red-node-timeswitch - node to provide a simple timeswitch node to schedule daily on/off events
  • passport-openidconnect - required for OAuth2/OpenID Connect authentication

Source Dockerfile:

FROM nodered/node-red:3.1.9-18

RUN npm install node-red-contrib-actionflows \
    # https://flows.nodered.org/node/node-red-contrib-actionflows
    node-red-contrib-home-assistant-websocket \
    # https://flows.nodered.org/node/node-red-contrib-home-assistant-websocket
    node-red-contrib-stoptimer \
    # https://flows.nodered.org/node/node-red-contrib-stoptimer
    node-red-contrib-time-range-switch \
    # A simple Node-RED node that routes messages depending on the time. If the current time falls within the range specified in the node configuration, the message is routed to output 1. Otherwise the message is routed to output 2.
    node-red-contrib-timecheck \
    # Is it that time yet? This node compares a given time to the current time.
    node-red-node-timeswitch \
    # node to provide a simple timeswitch node to schedule daily on/off events
    passport-openidconnect
    # required for OAuth2/OpenID Connect authentication

Tag summary

Content type

Image

Digest

sha256:db4faf571

Size

193.8 MB

Last updated

over 1 year ago

docker pull werwolfby/node-red-home-assistant:4.0.9-18