Wink Kidde Smoke detectors

Does anyone know how or where to start with getting support for the Wink Kidde Smoke and CO Detectors?

The API readout for a smoke detector looks like

"object_type":"smoke_detector","object_id":"REMOVED","uuid":"REMOVED","icon_id":null,"icon_code":null,"last_reading":{"connection":true,"connection_updated_at":1462586187.9383092,"battery":0.9,"battery_updated_at":1462586188.4449866,"co_detected":false,"co_detected_updated_at":1462586188.4449866,"smoke_detected":false,"smoke_detected_updated_at":1471015253.2221863,"test_activated":false,"test_activated_updated_at":1462997176.8458738},"subscription":{"pubnub":{"subscribe_key":"REMOVED","channel":"REMOVED|smoke_detector-REMOVED|user-REMOVED"}},"smoke_detector_id":"73142","name":"Hallway Smoke Detector","locale":"en_us","units":{},"created_at":1462586187,"hidden_at":null,"capabilities":{},"manufacturer_device_model":"kidde_smoke_alarm","manufacturer_device_id":null,"device_manufacturer":"kidde","model_name":"Smoke Alarm","upc_id":"524","upc_code":"kidde_smoke_alarm","hub_id":"REMOVED","local_id":null,"radio_type":"kidde","linked_service_id":null,"lat_lng":[39.444519,-77.001067],"location":"21784"},

From what I can tell I need sensors.py updated to read smoke_detected and co_detected But I am a little lost past that.

Most likely a new component would need to be added.
I would suggest adding a request in the feature-request part of the forum.
Include as much information as possible.

If you would like to have a go at it yourself have a look at Adding Support for a New Platform.

thank you. I created a feature request and will look to see if I can figure it out on my own!

Thanks again

This was solved by @w1ll1am23 in release .30

This post can be removed.