From: Giorgio Ravera Date: Thu, 19 Jan 2023 01:00:41 +0000 (+0100) Subject: Moved temperature and humidity precision to global configuration X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=8aee734201fd7b252c97a531e4101a572c808c1f;p=zigbee2mqtt.git Moved temperature and humidity precision to global configuration --- diff --git a/devices.yaml b/devices.yaml index df0ba4d..ac1623d 100644 --- a/devices.yaml +++ b/devices.yaml @@ -2,12 +2,8 @@ friendly_name: Porta Casa '0x00158d000425db09': friendly_name: Temperatura Balcone - temperature_precision: 0 - humidity_precision: 0 '0x00158d0004024fb9': friendly_name: Temperatura Veranda - temperature_precision: 0 - humidity_precision: 0 '0x00158d0002caf32f': friendly_name: spare_door '0x00158d0004081917': diff --git a/groups.yaml b/groups.yaml index e69de29..0967ef4 100644 --- a/groups.yaml +++ b/groups.yaml @@ -0,0 +1 @@ +{}