We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16ecfb commit 6659e33Copy full SHA for 6659e33
1 file changed
hackspaceapi/spaceapi.py
@@ -18,6 +18,11 @@
18
("sensor.gw_dhcp_leases_online", "WiFi Clients"),
19
("sensor.bluetooth_proxy_temperature", "Rack 1"),
20
("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"),
26
("weather.forecast_leigh_hackspace", "Outside"),
27
("sensor.3d_1_current_state", "3D-1"),
28
("sensor.3d_2_current_state", "3D-2"),
0 commit comments