ZX-DB11 doorbells: correct ringing type, add attribute to read it
- ZX-DB11 and ZX-DB11B appear to be essentially the same and should
probably be merged.
- the original report included base64 (raw) type for alarm, but it was
missed when adding the device, and later when requested it was
mistakenly made a boolean. Since this is optional, and only appears
when actually ringing, this was not detected, and the mapping covers
the issue. Later a user submitted a PR for the DB11B which copied
this mistake.
Based on PR #1761