A beautiful lovelace card for your Qubino heater control !
You can see Lovelace custom cards documentation for more detail.
-
Download latest zip version and extract qubino-flush-wire-pilot.js file
-
Add it to the www folder of your Home Assistant config
-
Add custom module in your lovelace configuration
#ui-lovelace.yaml
resources:
# add ?v parameter to invalid cache in case of update
- url: /local/qubino-flush-wire-pilot.js?v=1.1.0
type: module
- Add this card in your ui with the light entity of your Qubino
#ui-lovelace.yaml
cards:
- type: "custom:qubino-flush-pilot-wire"
entity: light.qubino_goap_zmnhjd1_flush_dimmer_pilot_wire_level
- The card will appear !
The custom card development stack is based on custom-cards/boilerplate-card.
npm install
npm start
On your Home Assistant installation you can can change the resource file by your computer url to test on the fly !
#ui-lovelace.yaml
resources:
- url: http://${IP_ADDRESS}:5000/qubino-flush-wire-pilot.js
type: module
npm run lint
npm run build
A dist folder is created with your qubino-flush-wire-pilot.js