Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 269 Bytes

Little Warmth for homebridge

Get temperature from a command, and present it as a temperature for the cosy bedroom

example config

"accessories": [
	{
		"accessory": "LittleWarmth",
		"name": "Little Warmth",
		"command": "/bin/get_temperature"
	}
],