Last active
January 6, 2024 10:16
-
-
Save DJBenson/d53126ca54c634c903297c5ea07658ae to your computer and use it in GitHub Desktop.
Revisions
-
DJBenson revised this gist
Jan 6, 2024 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ mqtt: sensor: - name: "GivTCP <Your Serial> Invertor Details GivTCP Battery Temperature" unique_id: <Insert a UUID> state_topic: "<Your GivTCP Prefix>/<Your Serial>/raw/invertor/temp_battery" force_update: true device_class: Temperature unit_of_measurement: "°C" state_class: measurement icon: "mdi:thermometer" -
DJBenson revised this gist
Jan 6, 2024 . 1 changed file with 10 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ mqtt: sensor: - name: "GivTCP <Your Serial> Invertor Details GivTCP Battery Temperature" unique_id: <Insert a UUID> state_topic: "<Your GivTCP Prefix>/<Your Serial>/raw/invertor/temp_battery" force_update: true device_class: Temperature unit_of_measurement: "°C" state_class: measurement icon: "mdi:thermometer" -
DJBenson renamed this gist
Jan 6, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
DJBenson created this gist
Jan 6, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ - name: "GivTCP <Your Serial> Invertor Details GivTCP Battery Temperature" unique_id: <Insert a UUID> state_topic: "<Your GivTCP Prefix>/<Your Serial>/raw/invertor/temp_battery" force_update: true device_class: Temperature unit_of_measurement: "°C" state_class: measurement icon: "mdi:thermometer"