mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Corrected incorrect naming (#9318)
This commit is contained in:
parent
e4d386b1c3
commit
515d0a55fc
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Epson Printer"
|
title: "Epson Workforce"
|
||||||
description: "Instructions on how to integrate Epson Workforce Printer into Home Assistant."
|
description: "Instructions on how to integrate Epson Workforce Printer into Home Assistant."
|
||||||
date: 2019-04-09 16:00
|
date: 2019-04-09 16:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
@ -13,15 +13,15 @@ ha_release: 0.92
|
|||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
---
|
---
|
||||||
|
|
||||||
The `epson printer` platform allows you to monitor the ink levels of a Epson Workforce printer from Home
|
The `epson workforce` platform allows you to monitor the ink levels of a Epson Workforce printer from Home
|
||||||
Assistant.
|
Assistant.
|
||||||
|
|
||||||
To add Epson Printer to your installation, add the following to your `configuration.yaml` file:
|
To add Epson Workforce to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: epsonprinter
|
- platform: epsonworkforce
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- black
|
- black
|
||||||
@ -33,7 +33,7 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: The host name or address of the Epson printer
|
description: The host name or address of the Epson workforce printer
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
@ -62,4 +62,4 @@ Tested devices:
|
|||||||
- Epson WF3540
|
- Epson WF3540
|
||||||
|
|
||||||
To make this module work you need to connect your printer to your LAN.
|
To make this module work you need to connect your printer to your LAN.
|
||||||
The best is to navigate to the IP of the printer to check.
|
The best is to navigate to the IP of the printer to check if it shows a status page.
|
Loading…
x
Reference in New Issue
Block a user