Here are all of my Config files from Home Assistant
Companion Component to Node-RED to integrate Node-RED with Home Assistant.
- ESPHome
- JS-Z-Wave 700
- MQTT Broker
- Node-RED Companion
- Tasmota
- Zigbee 3.0
- Bond-RF Hub
- Ecobee Wifi Thermostat
- ESPHome
- powermeter-18c
- HVAC Heat Exchanger: Waste Heat= Heats Pool Water
- Inovelli
- Dimmers-(Zwave)
- Switches-(Zwave)
- Fan Switches-(Zwave)
- iPhones
- LG
- Smart TV
- SmartThinQ Dishwasher
- SmartThinQ Washer
- SmartThinQ Dryer
- SmartThinQ Oven
- Rokus
- Smartthings
- Multipurpose Sensor
- Sonoff
- Zigbee 3.0 USB Dongle Plus
- Pro R3
- TH16
- Sonos
- Playbar
- Sub
- Play-3s
- Play-1s
- Tesla
- Wall Connector
- Custom Integration-MY
- UDMPRO
- UniFi Protect
- UniFi Network
- Xiaomi Miot Auto
- Roborock
- Zemismart
- Z-Wave smart curtains
- Create and update binary sensors, buttons, sensors, and switches from Node-RED
- Disable and enable Node-RED flows from Home Assistant UI
- Create Home Assistant webhooks and handle them in Node-RED
- Use Device triggers and action from Node-RED
- node-red-contrib-home-assistant-websocket v0.20+
- Home Assistant 2021.12.0
Install via HACS (Home Assistant Community Store)
- Go to HACS -> Integrations -> "+ Explore & Download Repos"
- Find "Node-RED Companion".
- Open the search result and click "Download this Repository with HACS".
- Refresh your browser window (bug in HA where it doesn't update the integration list after a reboot)
- In the Home Assistant UI go to "Configuration" -> "Integrations" click "+" and search for "Node-RED"
-
Using your tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml). -
If you do not have a
custom_componentsdirectory (folder) there, you need to create it. -
In the
custom_componentsdirectory (folder) create a new folder callednodered. -
Download all the files from the
custom_components/nodered/directory (folder) in this repository. -
Place the files you downloaded in the new directory (folder) you created.
-
Restart Home Assistant
-
Refresh your browser window (bug in HA where it doesn't update the integration list after a reboot)
-
In the Home Assistant UI go to "Configuration" -> "Integrations" click "+" and search for "Node-RED"
Using your HA configuration directory (folder) as a starting point you should have this:
custom_components/nodered/translations/en.json custom_components/nodered/__init__.py custom_components/nodered/binary_sensor.py custom_components/nodered/config_flow.py custom_components/nodered/const.py custom_components/nodered/discovery.py custom_components/nodered/manifest.json custom_components/nodered/sensor.py custom_components/nodered/services.yaml custom_components/nodered/switch.py custom_components/nodered/websocket.py