Dilbert66 / esphome-dsckeybus

Esphome custom configuration for interfacing to a DSC POWERSERIES alarm system
187 stars 34 forks source link

Where is subdirectory "dscKeybusInterface"? #112

Closed dharampaul closed 8 months ago

dharampaul commented 10 months ago

To install just copy both the dscalarm.yaml file and the subdirectory "dscKeybusInterface" (including all the contained dsckeybus*.cpp files) into your main esphome directory on home assistant and compile using the esphome application. It seems that dscalarm.yaml is completely rewritten and the files that were in the subdirectory "dscKeybusInterface", are now placed in components. Is it correct?

Dilbert66 commented 10 months ago

Ignore that statement. It's old. Yes, the files are now in components but you don't need to copy them. You can just compile the yaml and it will fetch them.

dharampaul commented 9 months ago

Thank you,