Good day all,
First of all, I’d like to hank firstof9 and the rest of the experts for creating this package and helping out!
Second, I need to put the caveat out there that I’m not much of a programmer and I am just starting out with Home Assistant. That said, this is the first time I’ve successfully got my Schlage connect to do more than simply lock and unlock with an automation software.
With the above said, I’m having problems implementing this solution. I followed the guide and ran into a lot of side tasks that I had to research how to implement. I think I’m close to a working solution, but I’m stuck at the end of the install. I can’t figure out where to put the code:
resources:
- url: /community_plugin/lovelace-card-mod/card-mod.js
type: module
- url: /community_plugin/lovelace-fold-entity-row/fold-entity-row.js
type: module
- url: /community_plugin/lovelace-card-tools/card-tools.js
type: js
I’ve tried putting it in the \config.storage\lovelace file using samba and editing the file in notepad++. I inserted it at the very top of the file which caused lovelace to crash on reboot. I also attempted to inserting it in lovelace using raw configuration editor which also crashes lovelace.
When I open the lock tab in lovelace, I see the following error.
Custom element doesn’t exist: fold-entity-row.
entities:
- entity: input_boolean.reset_advanced_frontdoor_1
- type: divider
- entity: input_boolean.accesslimit_frontdoor_1
- entity: input_number.accesscount_frontdoor_1
- type: divider
- entity: input_boolean.daterange_frontdoor_1
- entity: input_datetime.start_date_frontdoor_1
- entity: input_datetime.end_date_frontdoor_1
- type: divider
- input_boolean.sun_frontdoor_1
- input_datetime.sun_start_date_frontdoor_1
- input_datetime.sun_end_date_frontdoor_1
- type: divider
- input_boolean.mon_frontdoor_1
- input_datetime.mon_start_date_frontdoor_1
- input_datetime.mon_end_date_frontdoor_1
- type: divider
- input_boolean.tue_frontdoor_1
- input_datetime.tue_start_date_frontdoor_1
- input_datetime.tue_end_date_frontdoor_1
- type: divider
- input_boolean.wed_frontdoor_1
- input_datetime.wed_start_date_frontdoor_1
- input_datetime.wed_end_date_frontdoor_1
- type: divider
- input_boolean.thu_frontdoor_1
- input_datetime.thu_start_date_frontdoor_1
- input_datetime.thu_end_date_frontdoor_1
- type: divider
- input_boolean.fri_frontdoor_1
- input_datetime.fri_start_date_frontdoor_1
- input_datetime.fri_end_date_frontdoor_1
- type: divider
- input_boolean.sat_frontdoor_1
- input_datetime.sat_start_date_frontdoor_1
- input_datetime.sat_end_date_frontdoor_1
head:
label: Advanced Options
type: section
type: ‘custom:fold-entity-row’
Lastly, I am getting errors with my config regarding the door sensor. I’m sure I can fix these if I read through this thread some more because it is mentioned several times in the setup to ignore that code until later… Just wanted to note it in case it’s relevant…
Thanks in advance for the help!