Black Style
This commit is contained in:
		@@ -1,5 +1,4 @@
 | 
			
		||||
class Appliance:
 | 
			
		||||
 | 
			
		||||
    def data(self, data):
 | 
			
		||||
        if data["attributes"]["lastConnEvent"]["category"] == "DISCONNECTED":
 | 
			
		||||
            data["attributes"]["parameters"]["temp"] = "0"
 | 
			
		||||
@@ -12,4 +11,4 @@ class Appliance:
 | 
			
		||||
        return data
 | 
			
		||||
 | 
			
		||||
    def settings(self, settings):
 | 
			
		||||
        return settings
 | 
			
		||||
        return settings
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user