Update entity categories

This commit is contained in:
Tom Sightler
2024-04-18 20:56:30 -04:00
parent a445edad30
commit 22629adb05
2 changed files with 1 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ export default class RingSocketDevice extends RingDevice {
...this.device.data.hasOwnProperty('tamperStatus') ? {
tamper: {
component: 'binary_sensor',
category: 'diagnostic',
device_class: 'tamper',
parent_state_topic: 'info/state',
value_template: '{% if value_json["tamperStatus"] is equalto "tamper" %}ON{% else %}OFF{% endif %}'

View File

@@ -34,7 +34,6 @@ export default class Chime extends RingPolledDevice {
},
snooze: {
component: 'switch',
category: 'config',
icon: 'hass:bell-sleep',
attributes: true
},