aficustree / homebridge-alarmdecoder-platform

Homebridge plugin for the AlarmDecoder interface for Honeywell and DSC Alarm Systems. Exposes the security system and all zones (via Contact Sensors and Motion Sensors) to Apple's Homekit. Control your alarm through Siri.
Apache License 2.0
18 stars 11 forks source link

Publish to npm? #3

Closed codekitchen closed 5 years ago

codekitchen commented 5 years ago

Hi, thanks for sharing this, it's exactly what I was looking for. Are you planning to publish it to npm? I started writing my own plugin after I couldn't find any alarmdecoder homebridge plugin on npm, but fortunately only like an hour later I ran across a reddit post linking to this repo.

aficustree commented 5 years ago

Hiya, I went ahead and bumped the version but you can find it on npm

codekitchen commented 5 years ago

Oh I see where I went wrong, the Homebridge README suggests searching npm with the homebridge-plugin keyword, so I searched for "homebridge-plugin alarmdecoder" and couldn't find anything. Then when I saw that your repo suggests installing straight from git rather than the published npm package, I assumed it must not be on npm at all. My bad. Maybe add the alarmdecoder keyword to npm? Thanks again!

aficustree commented 5 years ago

good call, bumped the version again and added the keyword....readme just says install direct via git just b/c that's what I always do