Skip to content

Commit 6659e33

Browse files
committed
Add new sensors
1 parent d16ecfb commit 6659e33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hackspaceapi/spaceapi.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
("sensor.gw_dhcp_leases_online", "WiFi Clients"),
1919
("sensor.bluetooth_proxy_temperature", "Rack 1"),
2020
("sensor.bluetooth_proxy_humidity", "Rack 1"),
21+
("sensor.pi_room_sensor_temperature", "Pi Room"),
22+
("sensor.pi_room_sensor_humidity", "Pi Room"),
23+
("sensor.pi_room_sensor_pressure", "Pi Room"),
24+
("sensor.fabrication_sensor_temperature", "Fabrication"),
25+
("sensor.fabrication_sensor_humidity", "Fabrication"),
2126
("weather.forecast_leigh_hackspace", "Outside"),
2227
("sensor.3d_1_current_state", "3D-1"),
2328
("sensor.3d_2_current_state", "3D-2"),

0 commit comments

Comments
 (0)