bundlewrap/bundles/tasmota-charge/items.py
2021-12-16 00:05:06 +01:00

14 lines
512 B
Python

files = {
'/opt/tasmota-charge': {
'owner': 'tasmota-charge',
'mode': '0550',
'content_type': 'mako',
'context': {
'phone_ip': node.metadata.get('tasmota-charge/phone/ip'),
'phone_user': node.metadata.get('tasmota-charge/phone/user'),
'plug_ip': node.metadata.get('tasmota-charge/plug/ip'),
'min': node.metadata.get('tasmota-charge/plug/min'),
'max': node.metadata.get('tasmota-charge/plug/max'),
}
},
}