Yip Rui Fung
Yip Rui Fung
/remove-lifecycle stale
@rhessing Is this actually still an issue though? Where previously it would exhibit the aforementioned behavior, After #3836 and #3837 I have the TXT registry enabled on my setup with...
@nimbit-software I know it's been a while but, here's how I'm modifying the images for my own use. https://gist.github.com/ruifung/76a396352f618000d38b7d893f35c19d
``` - platform: template sensors: storage_capacity_d: friendly_name: "Storage Capacity Drive D" unit_of_measurement: "GB" value_template: "{{ state_attr('sensor.avenompc_avenompc_storage_d', 'AvailableSpaceMB') | float / 1000}}" ``` In case you're not aware, you *can* do...
maybe you need parentheses for that. Try plugging the template into the HA devtools template tester and play around with it until you get the output you want.
Wrong repository. https://github.com/TeamPneumatic/pnc-repressurized
Well Java 8 and minecraft mods works fine for me, although I'm on windows though.
_shrug_ I've been using java 8 exclusively for a while now, haven't really had much issues,
What kind of additional logs and/or configurations would be helpful here? The default preemption policy on my host cluster is indeed intended to never preempt other pods. As previously stated,...
I've just encountered something similar when trying to set up a remote node on a cloud provider (vultr) to join my locally hosted cluster. Background: The ndoes are all connected...