<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Home_Assistant_YAML_Stuff</id>
	<title>Home Assistant YAML Stuff - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Home_Assistant_YAML_Stuff"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Home_Assistant_YAML_Stuff&amp;action=history"/>
	<updated>2026-05-06T14:51:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=Home_Assistant_YAML_Stuff&amp;diff=1774&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;==Sensors== Needed to pull temp data from sensor outside, set to integer, then add 1 to keep indoor temps 1 degree warmer than outside (with exceptions) &lt;pre&gt; service: climate...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Home_Assistant_YAML_Stuff&amp;diff=1774&amp;oldid=prev"/>
		<updated>2021-08-31T12:47:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Sensors== Needed to pull temp data from sensor outside, set to integer, then add 1 to keep indoor temps 1 degree warmer than outside (with exceptions) &amp;lt;pre&amp;gt; service: climate...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Sensors==&lt;br /&gt;
Needed to pull temp data from sensor outside, set to integer, then add 1 to keep indoor temps 1 degree warmer than outside (with exceptions)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
service: climate.set_temperature&lt;br /&gt;
target:&lt;br /&gt;
  device_id: f6e8899050f8b2be064b49cdd503caa9&lt;br /&gt;
  entity_id: climate.centralite_thermostat_015a2d0b_fan_thermostat&lt;br /&gt;
data_template:&lt;br /&gt;
  temperature: '{{states(''sensor.lumi_lumi_weather_temperature'') | int + 1 }}'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>