Hi all,
I’m a bit stick with creating this button
under configuration.yaml i have added -
type: button
name: planttest
show_state: false
tap_action:
action:
service: notify.mypushover
service_data:
title: "Plant Warning"
message: "Please water {{ states('sensor.xiaomi_hhccjcy01_moisture') }} %
The error i get is - Component error: name - Integration 'name' not found. Component error: type - Integration 'type' not found. Component error: show_state - Integration 'show_state' not found. Component error: tap_action - Integration 'tap_action' not found.
Need some pointers, please