Dear all,
i recently started to play with Home assistant and node-red.
I used a node-red integration to handle my rollorshutters and I’m already able to manage from node-red itself by inject node.
Now i want to trigger it from home assistant (lovelace).
my idea is to use slider-entity-row to do something like
- type: entities
show_header_toggle: false
title: Tapparelle
entities:- entity: cover.tapparella_cucina
name: Tenda sala
icon: mdi:blinds - type: custom:slider-entity-row
entity: cover.tapparella_cucina
full_row: true
- entity: cover.tapparella_cucina
but i don’t have an entity (like cover.tapparella_cucina) because there is no any home assistant integration that is creating deivces or entities about that.
So, which are the main step i need to do?
i need to create some “empty” entities to link to slider-entity-row and then detect the event related to the UP/DOWN button pressed in node-red or…?
many thanks to who had a short time to give me some hints
thanks
bye
Marco